VirtualBox

Changeset 97606 in vbox


Ignore:
Timestamp:
Nov 18, 2022 10:52:22 AM (2 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10276: Build fix for r154649 (Qt6 case).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp

    r97605 r97606  
    752752
    753753    /* Re-register VM if required: */
     754#ifdef VBOX_IS_QT6_OR_LATER
     755    QSet<QString> newGroupSet(newGroupList.begin(), newGroupList.end());
     756    QSet<QString> oldGroupSet(oldGroupList.begin(), oldGroupList.end());
     757    if (newGroupSet != oldGroupSet)
     758#else
    754759    if (newGroupList.toSet() != oldGroupList.toSet())
     760#endif
    755761    {
    756762        sltLocalMachineRegistrationChanged(uMachineId, false);
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