Changeset 793
- Timestamp:
- Oct 13, 2010, 12:27:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qfsfileengine_os2.cpp
r716 r793 679 679 } 680 680 681 if ((type & (FlagsMask | TypesMask | PermsMask) & ~Refresh) == 0) { 682 // if nothing is requested but Refresh (or even no Refresh), 683 // there is nothing to do 684 return 0; 685 } 686 681 687 bool isRoot = isDriveRootPath(d->filePath) || isUncRootPath(d->filePath); 682 688 bool exists = d->doStat();
Note:
See TracChangeset
for help on using the changeset viewer.