Changeset 362 for trunk/qmake/cachekeys.h
- Timestamp:
- Nov 30, 2009, 12:56:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/cachekeys.h
r2 r362 48 48 #include <qfile.h> 49 49 #include <qfileinfo.h> 50 50 51 #include <qhash.h> 51 52 … … 107 108 return true; 108 109 110 111 112 109 113 const QChar c0 = file.at(0); 110 114 const QChar c1 = length >= 2 ? file.at(1) : QChar(0); … … 114 118 || (c0 == QLatin1Char('/') && c1 == QLatin1Char('/')) 115 119 || (c0 == QLatin1Char('\\') && c1 == QLatin1Char('\\'))); 120 116 121 } 117 122 };
Note:
See TracChangeset
for help on using the changeset viewer.