Changeset 89705 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 15, 2021 12:44:11 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145153
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.cpp
r89704 r89705 172 172 const QString strServiceName = replyr.value()[i]; 173 173 if (strServiceName.contains("screensaver", Qt::CaseInsensitive)) 174 {175 printf("%s\n", qPrintable(strServiceName));176 174 serviceNames << strServiceName; 177 }178 175 } 179 176 return serviceNames; -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp
r89700 r89705 195 195 196 196 bool fIsUSBEmpty = host.GetUSBDevices().size() == 0; 197 printf("%d %d %d warning\n", host.lastRC(), host.isReallyOk(), host.isWarning());198 197 199 198 if (fIsUSBEmpty)
Note:
See TracChangeset
for help on using the changeset viewer.