Changeset 108553 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 13, 2025 5:44:05 PM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167950
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIGlobalToolsWidget.cpp
r108551 r108553 251 251 // const bool fCurrentItemIsOk = isItemAccessible(pItem); 252 252 // toolMenu()->setItemsEnabled(fCurrentItemIsOk); 253 253 254 254 /* Close all restricted tools: */ 255 255 foreach (const UIToolType &enmRestrictedType, restrictedTypes) -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIGlobalToolsWidget.h
r108550 r108553 181 181 /** @} */ 182 182 183 /** Holds the action-pool instance. */183 /** Holds the action-pool reference. */ 184 184 UIActionPool *m_pActionPool; 185 185
Note:
See TracChangeset
for help on using the changeset viewer.