VirtualBox

Changeset 97381 in vbox


Ignore:
Timestamp:
Nov 3, 2022 1:16:36 PM (2 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6669: Runtime UI / Machine logic: Few more cleanup bits for preferences/settings dialog related code.

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  
    15531553}
    15541554
    1555 void UIMachineLogic::sltOpenPreferencesDialog(const QString &strCategory /* = QString() */, const QString &strControl /* = QString() */)
     1555void UIMachineLogic::sltOpenPreferencesDialog(const QString &strCategory /* = QString() */,
     1556                                              const QString &strControl /* = QString() */)
    15561557{
    15571558    /* Do not process if window(s) missed! */
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h

    r97378 r97381  
    3333
    3434/* GUI includes: */
     35#include "QIWithRetranslateUI.h"
    3536#include "UIExtraDataDefs.h"
    36 #include <QIWithRetranslateUI.h>
    3737
    3838/* COM includes: */
     
    261261    void sltHandleMenuPrepare(int iIndex, QMenu *pMenu);
    262262
    263     /** Show Global Preferences on page defined by @a strCategory and tab defined by @a strControl. */
     263    /* "Application" menu functionality: */
    264264    void sltOpenPreferencesDialog(const QString &strCategory = QString(), const QString &strControl = QString());
    265265    void sltOpenPreferencesDialogDefault() { sltOpenPreferencesDialog(); }
    266     /* "Application" menu functionality: */
    267266    void sltClose();
    268267
     
    277276    void sltCloseFileManagerDialog();
    278277    void sltShowLogDialog();
    279     /** Handles close signal from the log viewer dialog. */
    280278    void sltCloseLogDialog();
    281279    void sltPause(bool fOn);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette