VirtualBox

Ignore:
Timestamp:
May 16, 2018 10:06:48 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: Selector UI: Details pane: Small fix for r122661 (native separators).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp

    r72222 r72223  
    253253
    254254        /* Location of the settings file: */
    255         QString strSettingsFile = machine.GetSettingsFilePath();
    256         if (!strSettingsFile.isEmpty())
     255        const QString strSettingsFilePath = machine.GetSettingsFilePath();
     256        if (!strSettingsFilePath.isEmpty())
    257257        {
    258258            table << UITextTableLine(QApplication::translate("UIGDetails", "Settings File Location", "details (general)"),
    259                                      QFileInfo(strSettingsFile).absolutePath());
     259                                     QDir::toNativeSeparators(QFileInfo(strSettingsFilePath).absolutePath()));
    260260        }
    261261
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