summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorjaanttil <janne.anttila@digia.com>2011-10-05 19:28:19 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-10-05 19:28:19 (GMT)
commitf4f1b712e1389987e045bb8f6ba654ea9e11d24e (patch)
tree323fccd6f05823804932c718b0f7763af0c3b23f /src/corelib/io
parentaf448ba50d1c89548d41b7aebdf6047e8f2aabf2 (diff)
downloadQt-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.cpp1
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();