Changeset 85136 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 9, 2020 7:02:48 AM (5 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.cpp
r85135 r85136 27 27 # include <QListView> 28 28 #endif 29 #include <QPalette>30 29 31 30 /* GUI includes: */ … … 185 184 } 186 185 187 188 186 void UIFilePathSelector::setPath(const QString &strPath, bool fRefreshText /* = true */) 189 187 { -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilePathSelector.h
r85135 r85136 216 216 /** Path is set to m_strDefaultPath when it is reset. */ 217 217 QString m_strDefaultPath; 218 219 218 }; 220 219
Note:
See TracChangeset
for help on using the changeset viewer.