Changeset 102762 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 4, 2024 2:41:54 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h
r102760 r102762 217 217 void sltClosePreferencesDialog(); 218 218 219 /** Handles call to s howglobal tool corresponding to passed @a pAction. */220 void sltPerformS howGlobalTool(QAction *pAction);219 /** Handles call to switch to global tool corresponding to passed @a pAction. */ 220 void sltPerformSwitchToGlobalTool(QAction *pAction); 221 221 222 222 /** Handles call to exit application. */ … … 325 325 void sltHandlePoweredOffMachine(bool fSuccess, bool fIncludingDiscard); 326 326 327 /** Handles call to s howmachine tool corresponding to passed @a pAction. */328 void sltPerformS howMachineTool(QAction *pAction);327 /** Handles call to switch to machine tool corresponding to passed @a pAction. */ 328 void sltPerformSwitchToMachineTool(QAction *pAction); 329 329 330 330 /** Handles call to refresh machine. */
Note:
See TracChangeset
for help on using the changeset viewer.