Changeset 97381 in vbox
- Timestamp:
- Nov 3, 2022 1:16:36 PM (2 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r97378 r97381 1553 1553 } 1554 1554 1555 void UIMachineLogic::sltOpenPreferencesDialog(const QString &strCategory /* = QString() */, const QString &strControl /* = QString() */) 1555 void UIMachineLogic::sltOpenPreferencesDialog(const QString &strCategory /* = QString() */, 1556 const QString &strControl /* = QString() */) 1556 1557 { 1557 1558 /* Do not process if window(s) missed! */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r97378 r97381 33 33 34 34 /* GUI includes: */ 35 #include "QIWithRetranslateUI.h" 35 36 #include "UIExtraDataDefs.h" 36 #include <QIWithRetranslateUI.h>37 37 38 38 /* COM includes: */ … … 261 261 void sltHandleMenuPrepare(int iIndex, QMenu *pMenu); 262 262 263 /* * Show Global Preferences on page defined by @a strCategory and tab defined by @a strControl.*/263 /* "Application" menu functionality: */ 264 264 void sltOpenPreferencesDialog(const QString &strCategory = QString(), const QString &strControl = QString()); 265 265 void sltOpenPreferencesDialogDefault() { sltOpenPreferencesDialog(); } 266 /* "Application" menu functionality: */267 266 void sltClose(); 268 267 … … 277 276 void sltCloseFileManagerDialog(); 278 277 void sltShowLogDialog(); 279 /** Handles close signal from the log viewer dialog. */280 278 void sltCloseLogDialog(); 281 279 void sltPause(bool fOn);
Note:
See TracChangeset
for help on using the changeset viewer.