summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/io/qfilesystemiterator_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfilesystemiterator_p.h b/src/corelib/io/qfilesystemiterator_p.h
index 5c249d6dba..71543af7ef 100644
--- a/src/corelib/io/qfilesystemiterator_p.h
+++ b/src/corelib/io/qfilesystemiterator_p.h
@@ -86,7 +86,7 @@ private:
// Platform-specific data
#if defined(Q_OS_WIN)
- QFileSystemEntry::NativePath dirPath;
+ QString dirPath;
HANDLE findFileHandle;
QStringList uncShares;
bool uncFallback;