summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-10-06 10:43:53 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-10-07 13:36:03 (GMT)
commit36dff2ee879021bbb0d2f1ca8826088a1969e8f0 (patch)
tree71d58199e28f7781a36b9a55357d9abcc03619d8 /src/corelib/io
parentb7bc57cca9e34d3622afc1c1a9ff322024f350df (diff)
downloadQt-36dff2ee879021bbb0d2f1ca8826088a1969e8f0.zip
Qt-36dff2ee879021bbb0d2f1ca8826088a1969e8f0.tar.gz
Qt-36dff2ee879021bbb0d2f1ca8826088a1969e8f0.tar.bz2
Fix for tst_qdir cd(non existant) test case
Reviewed-By: Thomas Zander
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qfilesystemengine_symbian.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qfilesystemengine_symbian.cpp b/src/corelib/io/qfilesystemengine_symbian.cpp
index 1e6f277..318a5fd 100644
--- a/src/corelib/io/qfilesystemengine_symbian.cpp
+++ b/src/corelib/io/qfilesystemengine_symbian.cpp
@@ -240,6 +240,7 @@ bool QFileSystemEngine::fillMetaData(const QFileSystemEntry &entry, QFileSystemM
if (err) {
data.size_ = 0;
data.modificationTime_ = TTime(0);
+ data.entryFlags &= ~(QFileSystemMetaData::SymbianTEntryFlags);
}
}
return data.hasFlags(what);