VirtualBox

Changeset 91001 in vbox


Ignore:
Timestamp:
Aug 30, 2021 2:26:27 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8682: Remove rest of protections created for earlier workaround we had.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h

    r84696 r91001  
    126126private slots:
    127127
    128 #if QT_VERSION == 0
    129     /** Stupid moc does not warn if it cannot find headers! */
    130     void QT_VERSION_NOT_DEFINED
    131 #else /* QT_VERSION != 0 */
    132128    /** Handles @a pHostScreen adding. */
    133129    void sltHostScreenAdded(QScreen *pHostScreen);
     
    138134    /** Handles host-screen work-area resize to passed @a availableGeometry. */
    139135    void sltHandleHostScreenWorkAreaResized(const QRect &availableGeometry);
    140 #endif /* QT_VERSION != 0 */
    141136
    142137#if defined(VBOX_WS_X11) && !defined(VBOX_GUI_WITH_CUSTOMIZATIONS1)
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.h

    r90795 r91001  
    108108    /** @name Common stuff.
    109109      * @{ */
    110 #if QT_VERSION == 0
    111         /** Stupid moc does not warn if it cannot find headers! */
    112         void QT_VERSION_NOT_DEFINED
    113 #elif defined(VBOX_WS_X11)
     110#ifdef VBOX_WS_X11
    114111        /** Handles host-screen available-area change. */
    115112        void sltHandleHostScreenAvailableAreaChange();
    116 #endif /* VBOX_WS_X11 */
     113#endif
    117114
    118115        /** Handles request to update actions. */
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h

    r85121 r91001  
    117117    virtual void sltMachineStateChanged();
    118118
    119 #if QT_VERSION == 0
    120     /** Stupid moc does not warn if it cannot find headers! */
    121     void QT_VERSION_NOT_DEFINED
    122 #else
    123119    /** Finalises keyboard capture. */
    124120    void sltFinaliseCaptureKeyboard();
    125 #endif
    126121
    127122protected:
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