diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-04 09:33:55 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-04 09:43:15 (GMT) |
commit | fbe7f34f46de3e0732489c0043f89cc5aa535ecb (patch) | |
tree | 65d29b66abf662a35ddd2565e9b4194515a1e263 /src/corelib/plugin/qpluginloader.cpp | |
parent | e3b1daaadf9daff424c71ddcf642986f1bc1be8c (diff) | |
download | Qt-fbe7f34f46de3e0732489c0043f89cc5aa535ecb.zip Qt-fbe7f34f46de3e0732489c0043f89cc5aa535ecb.tar.gz Qt-fbe7f34f46de3e0732489c0043f89cc5aa535ecb.tar.bz2 |
Trailing whitespace and tab/space fixes for src/corelib
Diffstat (limited to 'src/corelib/plugin/qpluginloader.cpp')
-rw-r--r-- | src/corelib/plugin/qpluginloader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/plugin/qpluginloader.cpp b/src/corelib/plugin/qpluginloader.cpp index 5364190..d7692b0 100644 --- a/src/corelib/plugin/qpluginloader.cpp +++ b/src/corelib/plugin/qpluginloader.cpp @@ -311,7 +311,7 @@ void QPluginLoader::setFileName(const QString &fileName) QFileInfoList driveList(QDir::drives()); foreach(const QFileInfo& drive, driveList) { QString testFilePath(drive.absolutePath() + stubPath); - testFilePath = QDir::cleanPath(testFilePath); + testFilePath = QDir::cleanPath(testFilePath); if (QFile::exists(testFilePath)) { fn = testFilePath; break; @@ -319,7 +319,7 @@ void QPluginLoader::setFileName(const QString &fileName) } } } - + #else QString fn = QFileInfo(fileName).canonicalFilePath(); #endif |