- Timestamp:
- Mar 5, 2013, 11:42:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/dialogs/qfilesystemmodel.cpp
r1027 r1119 1847 1847 // info.size() = -1 usually means that there is no media inserted etc., 1848 1848 // which is not a sufficient reason to hide the drive from the view) 1849 if (info.size() == -1 && parentNode != &root) {1849 if (info.size() == -1 && parentNode != &root) { 1850 1850 #else 1851 1851 if (info.size() == -1 && !info.isSymLink()) {
Note:
See TracChangeset
for help on using the changeset viewer.