diff options
author | mread <qt-info@nokia.com> | 2009-08-05 09:32:17 (GMT) |
---|---|---|
committer | mread <qt-info@nokia.com> | 2009-08-05 09:32:17 (GMT) |
commit | 638edc80e3b224a6830dda0a2bd3097cb82dcb96 (patch) | |
tree | bdbb6a19e69f1388abcd032c1795ac87b13ceec1 /src/corelib/io/qtemporaryfile.cpp | |
parent | 867bcdcce78acca9fde2ffc57e6a304cd2e25517 (diff) | |
parent | acd877fbff4a0c785143fcc891eae73f5b986ff9 (diff) | |
download | Qt-638edc80e3b224a6830dda0a2bd3097cb82dcb96.zip Qt-638edc80e3b224a6830dda0a2bd3097cb82dcb96.tar.gz Qt-638edc80e3b224a6830dda0a2bd3097cb82dcb96.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public
Diffstat (limited to 'src/corelib/io/qtemporaryfile.cpp')
-rw-r--r-- | src/corelib/io/qtemporaryfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qtemporaryfile.cpp b/src/corelib/io/qtemporaryfile.cpp index f7120e1..cd8d36d 100644 --- a/src/corelib/io/qtemporaryfile.cpp +++ b/src/corelib/io/qtemporaryfile.cpp @@ -517,7 +517,7 @@ QTemporaryFile::QTemporaryFile() #ifdef Q_OS_SYMBIAN //Just for verify that folder really exist on hardware fileEngine()->mkdir( QDir::tempPath(), true ); -#endif +#endif } /*! |