VirtualBox

Changeset 72681 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 25, 2018 3:25:29 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9197: Tiny style fixes for r123193, r123194 and r123195.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/globals
Files:
2 edited

Legend:

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

    r72680 r72681  
    18381838     * extension. Qt (before 5.11) fails to handle the case where the mentioned extension
    18391839     * is missing. Please see https://codereview.qt-project.org/#/c/225665/ for Qt patch: */
    1840      if ((VBoxGlobal::qtRTMajorVersion() < 5) ||
     1840    if ((VBoxGlobal::qtRTMajorVersion() < 5) ||
    18411841        (VBoxGlobal::qtRTMajorVersion() == 5 && VBoxGlobal::qtRTMinorVersion() < 11))
    18421842    {
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h

    r72678 r72681  
    391391        /** Activates the specified window with given @a wId. Can @a fSwitchDesktop if requested. */
    392392        static bool activateWindow(WId wId, bool fSwitchDesktop = true);
     393
    393394        /** Does some checks on certain platforms before calling QWidget::setCursor(...). */
    394395        static void setCursor(QWidget *pWidget, const QCursor &cursor);
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