mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Merged Audio branch to trunk
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@560 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -74,16 +74,16 @@ void ConsoleWidget::handleEvent(UEvent * anEvent)
|
||||
{
|
||||
if(logEvent->getCode() == ULogger::kFatal)
|
||||
{
|
||||
_timer.start(0);
|
||||
QMetaObject::invokeMethod(&_timer, "start", Q_ARG(int, 0));
|
||||
}
|
||||
else
|
||||
{
|
||||
_timer.start(OLD_TIME);
|
||||
QMetaObject::invokeMethod(&_timer, "start", Q_ARG(int, OLD_TIME));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
_timer.start(0);
|
||||
QMetaObject::invokeMethod(&_timer, "start", Q_ARG(int, 0));
|
||||
}
|
||||
|
||||
if(logEvent->getCode() == ULogger::kFatal)
|
||||
|
||||
Reference in New Issue
Block a user