mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
0.12.3: Increased Tango rendering performance, modified all handleEvent() with new interface (now returning bool)
This commit is contained in:
@@ -62,7 +62,7 @@ ConsoleWidget::~ConsoleWidget()
|
||||
delete _ui;
|
||||
}
|
||||
|
||||
void ConsoleWidget::handleEvent(UEvent * anEvent)
|
||||
bool ConsoleWidget::handleEvent(UEvent * anEvent)
|
||||
{
|
||||
// WARNING, don't put a log message here! otherwise it could be recursively called.
|
||||
if(anEvent->getClassName().compare("ULogEvent") == 0)
|
||||
@@ -100,6 +100,7 @@ void ConsoleWidget::handleEvent(UEvent * anEvent)
|
||||
}
|
||||
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void ConsoleWidget::appendMsg(const QString & msg, int level)
|
||||
|
||||
Reference in New Issue
Block a user