Changeset 404
- Timestamp:
- Dec 9, 2009, 9:48:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/global/qlibraryinfo.cpp
r366 r404 159 159 qtconfig = pwd.filePath(QLatin1String("qt.conf")); 160 160 } 161 161 162 #ifdef Q_OS_OS2 162 163 if (!QFile::exists(qtconfig)) { … … 179 180 } 180 181 #endif 181 }182 182 #endif 183 183 if (QFile::exists(qtconfig))
Note:
See TracChangeset
for help on using the changeset viewer.