summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qfilesystemengine_win.cpp')
-rw-r--r--src/corelib/io/qfilesystemengine_win.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/io/qfilesystemengine_win.cpp b/src/corelib/io/qfilesystemengine_win.cpp
index e91a7558d7..4e7824522c 100644
--- a/src/corelib/io/qfilesystemengine_win.cpp
+++ b/src/corelib/io/qfilesystemengine_win.cpp
@@ -1321,9 +1321,9 @@ QFileSystemEntry QFileSystemEngine::currentPath()
bool QFileSystemEngine::createLink(const QFileSystemEntry &source, const QFileSystemEntry &target, QSystemError &error)
{
Q_ASSERT(false);
- Q_UNUSED(source)
- Q_UNUSED(target)
- Q_UNUSED(error)
+ Q_UNUSED(source);
+ Q_UNUSED(target);
+ Q_UNUSED(error);
return false; // TODO implement; - code needs to be moved from qfsfileengine_win.cpp
}