mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Added QT_NO_KEYWORDS definition to avoid conflicts between boost and qt macros
This commit is contained in:
@@ -127,7 +127,7 @@ void MapVisibilityWidget::signalVisibility()
|
||||
{
|
||||
QCheckBox * check = qobject_cast<QCheckBox*>(sender());
|
||||
_mask.at(check->text().split('(').first().toInt()) = check->isChecked();
|
||||
emit visibilityChanged(check->text().split('(').first().toInt(), check->isChecked());
|
||||
Q_EMIT visibilityChanged(check->text().split('(').first().toInt(), check->isChecked());
|
||||
}
|
||||
|
||||
void MapVisibilityWidget::selectAll(bool checked)
|
||||
|
||||
Reference in New Issue
Block a user