summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-10-07 13:45:32 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-10-07 13:45:32 (GMT)
commita3427f351c1cfde94c5d55c03ba1a82c56d9b53d (patch)
tree0bf64f4e7de440023be01a6b8167fc972c38a2db /src
parente6637cf8cec2614f022ae1887af2416355b52d71 (diff)
downloadQt-a3427f351c1cfde94c5d55c03ba1a82c56d9b53d.zip
Qt-a3427f351c1cfde94c5d55c03ba1a82c56d9b53d.tar.gz
Qt-a3427f351c1cfde94c5d55c03ba1a82c56d9b53d.tar.bz2
Fix compile
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qfilesystemengine_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfilesystemengine_unix.cpp b/src/corelib/io/qfilesystemengine_unix.cpp
index 7c733c4..213fdc3 100644
--- a/src/corelib/io/qfilesystemengine_unix.cpp
+++ b/src/corelib/io/qfilesystemengine_unix.cpp
@@ -586,7 +586,7 @@ bool QFileSystemEngine::copyFile(const QFileSystemEntry &source, const QFileSyst
Q_UNUSED(source);
Q_UNUSED(target);
// # we can implement this using sendfile(2)
- errorString = QLatin1String("Not implemented!")
+ errorString = QLatin1String("Not implemented!");
return false;
}