VirtualBox

Changeset 57785 in vbox for trunk


Ignore:
Timestamp:
Sep 16, 2015 3:41:50 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Action-pool: No default shortcut for 'Close' action of Selector UI since it's not yet used there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp

    r56150 r57785  
    463463    }
    464464
    465     QKeySequence defaultShortcut(UIActionPoolType) const
    466     {
    467         return QKeySequence("Q");
     465    QKeySequence defaultShortcut(UIActionPoolType actionPoolType) const
     466    {
     467        switch (actionPoolType)
     468        {
     469            case UIActionPoolType_Selector: break;
     470            case UIActionPoolType_Runtime: return QKeySequence("Q");
     471        }
     472        return QKeySequence();
    468473    }
    469474
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette