VirtualBox

Changeset 76669 in vbox


Ignore:
Timestamp:
Jan 7, 2019 10:40:08 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699 Windows fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UICustomFileSystemModel.cpp

    r76626 r76669  
    170170void UICustomFileSystemItem::setPath(const QString &path)
    171171{
    172     QString strNewPath =     UIPathOperations::removeTrailingDelimiters(path);
    173     if (strNewPath.isNull() || strNewPath.isEmpty())
     172    if (path.isNull() || path.isEmpty())
    174173        return;
    175     m_itemData[UICustomFileSystemModelColumn_Path] = strNewPath;
     174    m_itemData[UICustomFileSystemModelColumn_Path] = path;
    176175}
    177176
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