VirtualBox

Changeset 72360 in vbox


Ignore:
Timestamp:
May 28, 2018 4:34:15 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9049: Small cleanup for UIStarter: Renaming sltShowUI => sltStartUI.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIStarter.cpp

    r72347 r72360  
    109109}
    110110
    111 void UIStarter::sltShowUI()
     111void UIStarter::sltStartUI()
    112112{
    113113    /* Exit if VBoxGlobal is not valid: */
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIStarter.h

    r71369 r72360  
    5555private slots:
    5656
    57     /** Shows corresponding part of the UI. */
    58     void sltShowUI();
     57    /** Starts corresponding part of the UI. */
     58    void sltStartUI();
    5959    /** Restarts corresponding part of the UI. */
    6060    void sltRestartUI();
     
    7878
    7979#endif /* !___UIStarter_h___ */
    80 
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r72242 r72360  
    488488            }
    489489
    490             /* Request to Show UI _after_ QApplication executed: */
    491             QMetaObject::invokeMethod(gStarter, "sltShowUI", Qt::QueuedConnection);
     490            /* Request to Start UI _after_ QApplication executed: */
     491            QMetaObject::invokeMethod(gStarter, "sltStartUI", Qt::QueuedConnection);
    492492
    493493            /* Start application: */
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