Changeset 108006 in vbox
- Timestamp:
- Jan 31, 2025 8:46:41 PM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167278
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsItem.h
r108001 r108006 112 112 /** Returns item type. */ 113 113 UIToolType itemType() const { return m_enmType; } 114 115 /** Returns whether item should have extra-button. */ 116 bool hasExtraButton() const { return m_fExtraButton; } 114 117 115 118 /** Defines whether item is @a fEnabled. */
Note:
See TracChangeset
for help on using the changeset viewer.