VirtualBox

Ignore:
Timestamp:
Aug 5, 2020 10:14:37 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9609: Few action-pool fixes: Extending menu-actions with possibility to be constructed with full icon; Check for a null passed icon or names in missed places.

File:
1 edited

Legend:

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

    r85572 r85610  
    324324                 const QString &strIconDisabled = QString());
    325325    /** Constructs menu action passing @a pParent to the base-class.
     326      * @param  strIconNormal          Brings the normal-icon name.
     327      * @param  strIconSmall           Brings the small-icon name.
     328      * @param  strIconNormalDisabled  Brings the normal-disabled-icon name.
     329      * @param  strIconSmallDisabled   Brings the small-disabled-icon name. */
     330    UIActionMenu(UIActionPool *pParent,
     331                 const QString &strIconNormal, const QString &strIconSmall,
     332                 const QString &strIconNormalDisabled, const QString &strIconSmallDisabled);
     333    /** Constructs menu action passing @a pParent to the base-class.
    326334      * @param  icon  Brings the icon. */
    327335    UIActionMenu(UIActionPool *pParent,
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