mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4903 Use helper function for action shortcut everywhere
This commit is contained in:
@@ -92,5 +92,6 @@ void RicSaveProjectAsFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Save Project &As" );
|
||||
actionToSetup->setIcon( QIcon( ":/Save.png" ) );
|
||||
actionToSetup->setShortcuts( QKeySequence::SaveAs );
|
||||
|
||||
applyShortcutWithHintToAction( actionToSetup, QKeySequence::SaveAs );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user