diff options
author | jaanttil <janne.anttila@digia.com> | 2011-10-05 19:28:19 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-10-05 19:28:19 (GMT) |
commit | f4f1b712e1389987e045bb8f6ba654ea9e11d24e (patch) | |
tree | 323fccd6f05823804932c718b0f7763af0c3b23f /src/corelib/io | |
parent | af448ba50d1c89548d41b7aebdf6047e8f2aabf2 (diff) | |
download | Qt-f4f1b712e1389987e045bb8f6ba654ea9e11d24e.zip Qt-f4f1b712e1389987e045bb8f6ba654ea9e11d24e.tar.gz Qt-f4f1b712e1389987e045bb8f6ba654ea9e11d24e.tar.bz2 |
Build fix for WINCE to qfilesystemengine_win.cpp
Merge-request: 2662
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/corelib/io')
-rw-r--r-- | src/corelib/io/qfilesystemengine_win.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/qfilesystemengine_win.cpp b/src/corelib/io/qfilesystemengine_win.cpp index 031d64b..98404a5 100644 --- a/src/corelib/io/qfilesystemengine_win.cpp +++ b/src/corelib/io/qfilesystemengine_win.cpp @@ -1094,7 +1094,6 @@ QFileSystemEntry QFileSystemEngine::currentPath() if (ret.length() >= 2 && ret[1] == QLatin1Char(':')) ret[0] = ret.at(0).toUpper(); // Force uppercase drive letters. #else - Q_UNUSED(fileName); //TODO - a race condition exists when using currentPath / setCurrentPath from multiple threads if (qfsPrivateCurrentDir.isEmpty()) qfsPrivateCurrentDir = QCoreApplication::applicationDirPath(); |