VirtualBox

Changeset 93917 in vbox


Ignore:
Timestamp:
Feb 24, 2022 1:52:50 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:3355. A small fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxUtils-x11.cpp

    r93890 r93917  
    293293        return methods;
    294294
    295     foreach(const QString &strServiceName, X11FindDBusScreenSaverServices(connection))
     295    QStringList services = X11FindDBusScreenSaverServices(connection);
     296    foreach(const QString &strServiceName, services)
    296297        X11IntrospectServices(connection, strServiceName, "", methods);
    297298
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