Changeset 93917 in vbox
- Timestamp:
- Feb 24, 2022 1:52:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxUtils-x11.cpp
r93890 r93917 293 293 return methods; 294 294 295 foreach(const QString &strServiceName, X11FindDBusScreenSaverServices(connection)) 295 QStringList services = X11FindDBusScreenSaverServices(connection); 296 foreach(const QString &strServiceName, services) 296 297 X11IntrospectServices(connection, strServiceName, "", methods); 297 298
Note:
See TracChangeset
for help on using the changeset viewer.