Changeset 85610 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h
- Timestamp:
- Aug 5, 2020 10:14:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.h
r85572 r85610 324 324 const QString &strIconDisabled = QString()); 325 325 /** 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. 326 334 * @param icon Brings the icon. */ 327 335 UIActionMenu(UIActionPool *pParent,
Note:
See TracChangeset
for help on using the changeset viewer.