summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-09-14 14:23:27 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-09-14 14:23:27 (GMT)
commitf2dbebdab183dfe5d18ab7a8fbd85983401dfa3c (patch)
treefa6d759d6bb8ac3431f1b1ba3d38b36b552c4e57 /src
parent15dbe69d9a174a85aed297b2e93d0d9fb79d12e8 (diff)
downloadQt-f2dbebdab183dfe5d18ab7a8fbd85983401dfa3c.zip
Qt-f2dbebdab183dfe5d18ab7a8fbd85983401dfa3c.tar.gz
Qt-f2dbebdab183dfe5d18ab7a8fbd85983401dfa3c.tar.bz2
Make compile for symbian
Reviewed-by: Shane Kearns
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qfilesystemengine_symbian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfilesystemengine_symbian.cpp b/src/corelib/io/qfilesystemengine_symbian.cpp
index dc7fcbf..ca559da 100644
--- a/src/corelib/io/qfilesystemengine_symbian.cpp
+++ b/src/corelib/io/qfilesystemengine_symbian.cpp
@@ -141,7 +141,7 @@ QFileSystemEntry QFileSystemEngine::absoluteName(const QFileSystemEntry &entry)
result.append(orig);
}
- return symbianCleanAbsolutePath(result);
+ return QFileSystemEntry(symbianCleanAbsolutePath(result));
}
//static