- Timestamp:
- Sep 1, 2011, 6:40:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qdir.cpp
r883 r1042 2041 2041 if (dir_separator != QLatin1Char('/')) 2042 2042 name.replace(dir_separator, QLatin1Char('/')); 2043 2044 2045 2046 2043 2047 2044 2048 int used = 0, levels = 0; … … 2152 2156 } 2153 2157 2158 2159 2160 2154 2161 return ret; 2155 2162 }
Note:
See TracChangeset
for help on using the changeset viewer.