- Timestamp:
- Mar 12, 2013, 10:48:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qdir.cpp
r1084 r1134 62 62 #include <stdlib.h> 63 63 64 65 66 67 68 69 64 70 QT_BEGIN_NAMESPACE 65 71 … … 715 721 bool curDirOnDriveRelative = false; 716 722 if (isAbsolutePath(fn)) { 723 724 725 726 727 728 729 730 717 731 // filter out not really absolute cases 718 732 QChar ch0, ch1, ch2; … … 737 751 ret = QFileInfo(fn).absoluteFilePath(); 738 752 } else { 753 739 754 if (curDriveRelative) 740 755 ret = ret.left(2); // only take the drive name from this QDir
Note:
See TracChangeset
for help on using the changeset viewer.