mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 06:20:19 +08:00
Added QT_NO_KEYWORDS definition to avoid conflicts between boost and qt macros
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
}
|
||||
virtual ~ObjDeletionHandler() {}
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void objDeletionEventReceived(int);
|
||||
|
||||
protected:
|
||||
@@ -55,7 +55,7 @@ protected:
|
||||
if(event->getClassName().compare("UObjDeletedEvent") == 0 &&
|
||||
event->getCode() == _watchedId)
|
||||
{
|
||||
emit objDeletionEventReceived(_watchedId);
|
||||
Q_EMIT objDeletionEventReceived(_watchedId);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user