Changeset 172 for trunk/src/gui/dialogs/qfileinfogatherer.cpp
- Timestamp:
- Sep 9, 2009, 1:54:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/dialogs/qfileinfogatherer.cpp
r2 r172 285 285 { 286 286 QString driveName = drive.absoluteFilePath(); 287 #if defined(Q_OS_WIN) && !defined(Q_OS_WINCE)287 #if ) 288 288 if (driveName.startsWith(QLatin1Char('/'))) // UNC host 289 289 return drive.fileName();
Note:
See TracChangeset
for help on using the changeset viewer.