mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix up keyboard shorcut on < Qt 5.10
This commit is contained in:
@@ -59,5 +59,5 @@ void RicExitApplicationFeature::onActionTriggered(bool isChecked)
|
||||
void RicExitApplicationFeature::setupActionLook(QAction* actionToSetup)
|
||||
{
|
||||
actionToSetup->setText("E&xit");
|
||||
actionToSetup->setShortcuts(QKeySequence::Quit);
|
||||
actionToSetup->setShortcut(QKeySequence::Quit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user