Added QT_NO_KEYWORDS definition to avoid conflicts between boost and qt macros

This commit is contained in:
matlabbe
2018-06-15 12:17:11 -04:00
parent c6d893bc98
commit dfcd7ae1a8
44 changed files with 153 additions and 152 deletions

View File

@@ -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();
}
}