Changeset 72223 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 16, 2018 10:06:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp
r72222 r72223 253 253 254 254 /* Location of the settings file: */ 255 QString strSettingsFile= machine.GetSettingsFilePath();256 if (!strSettingsFile .isEmpty())255 const QString strSettingsFilePath = machine.GetSettingsFilePath(); 256 if (!strSettingsFilePath.isEmpty()) 257 257 { 258 258 table << UITextTableLine(QApplication::translate("UIGDetails", "Settings File Location", "details (general)"), 259 Q FileInfo(strSettingsFile).absolutePath());259 QDir::toNativeSeparators(QFileInfo(strSettingsFilePath).absolutePath())); 260 260 } 261 261
Note:
See TracChangeset
for help on using the changeset viewer.