Changeset 72681 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 25, 2018 3:25:29 PM (6 years ago)
- 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 1838 1838 * extension. Qt (before 5.11) fails to handle the case where the mentioned extension 1839 1839 * is missing. Please see https://codereview.qt-project.org/#/c/225665/ for Qt patch: */ 1840 1840 if ((VBoxGlobal::qtRTMajorVersion() < 5) || 1841 1841 (VBoxGlobal::qtRTMajorVersion() == 5 && VBoxGlobal::qtRTMinorVersion() < 11)) 1842 1842 { -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h
r72678 r72681 391 391 /** Activates the specified window with given @a wId. Can @a fSwitchDesktop if requested. */ 392 392 static bool activateWindow(WId wId, bool fSwitchDesktop = true); 393 393 394 /** Does some checks on certain platforms before calling QWidget::setCursor(...). */ 394 395 static void setCursor(QWidget *pWidget, const QCursor &cursor);
Note:
See TracChangeset
for help on using the changeset viewer.