mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Add missing default statements in switch block
This commit is contained in:
@@ -160,6 +160,8 @@ bool RiuGeoQuestNavigation::handleInputEvent(QInputEvent* inputEvent)
|
||||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (isSupposedToConsumeEvents())
|
||||
|
||||
Reference in New Issue
Block a user