Changeset 94019 in vbox
- Timestamp:
- Mar 1, 2022 9:50:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r94004 r94019 222 222 { 223 223 /* Make sure QApplication cleanup us on exit: */ 224 #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) 224 225 qApp->setFallbackSessionManagementEnabled(false); 226 #endif 225 227 connect(qApp, &QGuiApplication::aboutToQuit, 226 228 this, &UICommon::sltCleanup);
Note:
See TracChangeset
for help on using the changeset viewer.