mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added QT_NO_KEYWORDS definition to avoid conflicts between boost and qt macros
This commit is contained in:
@@ -1904,7 +1904,7 @@ void GraphViewer::contextMenuEvent(QContextMenuEvent * event)
|
||||
this->setGridMapVisible(!this->isGridMapVisible());
|
||||
if(_gridMap->isVisible())
|
||||
{
|
||||
emit mapShownRequested();
|
||||
mapShownRequested();
|
||||
}
|
||||
}
|
||||
else if(r == aShowHideOrigin)
|
||||
@@ -1954,7 +1954,7 @@ void GraphViewer::contextMenuEvent(QContextMenuEvent * event)
|
||||
|
||||
if(r)
|
||||
{
|
||||
emit configChanged();
|
||||
Q_EMIT configChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user