Changeset 424 for trunk/src/corelib
- Timestamp:
- Dec 14, 2009, 8:22:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/global/qlibraryinfo.cpp
r404 r424 175 175 qtconfig = QDir::rootPath(); 176 176 qtconfig = QDir::fromNativeSeparators(qtconfig) + 177 QLatin1String("/qt /qtsys.conf");177 QLatin1String("/qtsys.conf"); 178 178 qtconfig = QDir::cleanPath(qtconfig); 179 179 } … … 347 347 while((rep = reg_var.indexIn(ret)) != -1) { 348 348 ret.replace(rep, reg_var.matchedLength(), 349 Q String::fromLocal8Bit(qgetenv(ret.mid(rep + 2,349 Q(qgetenv(ret.mid(rep + 2, 350 350 reg_var.matchedLength() - 3).toLatin1().constData()).constData())); 351 351 } … … 474 474 while((rep = reg_var.indexIn(ret)) != -1) { 475 475 ret.replace(rep, reg_var.matchedLength(), 476 Q String::fromLocal8Bit(qgetenv(ret.mid(rep + 2,476 Q(qgetenv(ret.mid(rep + 2, 477 477 reg_var.matchedLength() - 3).toLatin1().constData()).constData())); 478 478 }
Note:
See TracChangeset
for help on using the changeset viewer.