Surface: replace slots with member function pointers

This commit is contained in:
wmayer
2023-02-01 16:27:00 +01:00
committed by Uwe
parent ab71c4b8a4
commit c5dedb412d
5 changed files with 7 additions and 7 deletions

View File

@@ -486,7 +486,7 @@ void FillingEdgePanel::onSelectionChanged(const Gui::SelectionChanges& msg)
}
editedObject->recomputeFeature();
QTimer::singleShot(50, this, SLOT(clearSelection()));
QTimer::singleShot(50, this, &FillingEdgePanel::clearSelection);
}
}