Changeset 107088 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 21, 2024 2:41:00 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/nix/VBoxUtils-nix.cpp
r106354 r107088 65 65 if (pX11App) 66 66 return VBGHDISPLAYSERVERTYPE_X11; 67 #if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) 67 #if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) && defined(RT_OS_LINUX) 68 68 QNativeInterface::QWaylandApplication *pWaylandApp = qApp->nativeInterface<QNativeInterface::QWaylandApplication>(); 69 69 if (pWaylandApp) … … 96 96 bool NativeWindowSubsystem::WaylandIsCompositingManagerRunning() 97 97 { 98 #if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) 98 #if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) && defined(RT_OS_LINUX) 99 99 QNativeInterface::QWaylandApplication *pWaylandApp = qApp->nativeInterface<QNativeInterface::QWaylandApplication>(); 100 100 if (pWaylandApp)
Note:
See TracChangeset
for help on using the changeset viewer.