Changeset 1152 for trunk/src/corelib/plugin/qlibrary_os2.cpp
- Timestamp:
- Jun 17, 2013, 11:11:39 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/corelib/plugin/qlibrary_os2.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/plugin/qlibrary_os2.cpp
r1111 r1152 96 96 } 97 97 98 bool QLibraryPrivate::load_sys()98 () 99 99 { 100 100 pHnd = 0; … … 131 131 errorString += QLibrary::tr(" (failed module: %1)") 132 132 .arg(QFile::decodeName(errModule)); 133 return false; 133 pHnd = 0; 134 return rc; 134 135 } 135 136 … … 140 141 qualifiedFileName = QDir::fromNativeSeparators(QFile::decodeName(QByteArray(errModule))); 141 142 142 return true;143 return ; 143 144 } 144 145
Note:
See TracChangeset
for help on using the changeset viewer.
