Skip to content
Snippets Groups Projects

Fix slotSelectionOperation overload mismatch, add override specifiers

Merged Martin Heistermann requested to merge fix-broken-overload into master
2 files
+ 37
37
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -230,7 +230,7 @@ bool VolumeMeshSelectionPlugin::cellTypeActive() {
//==============================================================================================
void VolumeMeshSelectionPlugin::slotSelectionOperation(const QString& _operation) {
void VolumeMeshSelectionPlugin::slotSelectionOperation(QString _operation) {
SelectionInterface::PrimitiveType type = 0u;
emit getActivePrimitiveType(type);
Loading