VirtualBox

Changeset 94019 in vbox


Ignore:
Timestamp:
Mar 1, 2022 9:50:18 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: qt6: QGuiApplication::setFallbackSessionManagementEnabled was removed as it was a workaround for QTBUG-49667. bugref:9898

File:
1 edited

Legend:

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

    r94004 r94019  
    222222{
    223223    /* Make sure QApplication cleanup us on exit: */
     224#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
    224225    qApp->setFallbackSessionManagementEnabled(false);
     226#endif
    225227    connect(qApp, &QGuiApplication::aboutToQuit,
    226228            this, &UICommon::sltCleanup);
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