summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfsfileengine_p.h
diff options
context:
space:
mode:
authorRitt Konstantin <ritt.ks@gmail.com>2009-08-21 15:26:55 +0200
committerJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-21 15:27:29 +0200
commit132811cd923e23832663795ddd3c67d394ffdcfb (patch)
treef48e6c4196804fbdc695ff54be7f1f323ab16857 /src/corelib/io/qfsfileengine_p.h
parent1216161584b730576c24fb128131838be1826b37 (diff)
NTFS symlink support in QFileInfo::symLinkTarget()
readSymLink() assumes isSymlink() was returned true since it expects IO_REPARSE_TAG_MOUNT_POINT and IO_REPARSE_TAG_SYMLINK tag values only. Merge-request: 1217 Reviewed-by: Joerg Bornemann <joerg.bornemann@trolltech.com>
Diffstat (limited to 'src/corelib/io/qfsfileengine_p.h')
-rw-r--r--src/corelib/io/qfsfileengine_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/qfsfileengine_p.h b/src/corelib/io/qfsfileengine_p.h
index 3c1e7e0432..b245dcaf7b 100644
--- a/src/corelib/io/qfsfileengine_p.h
+++ b/src/corelib/io/qfsfileengine_p.h
@@ -162,7 +162,6 @@ protected:
#if defined(Q_OS_WIN32) || defined(Q_OS_WINCE)
QAbstractFileEngine::FileFlags getPermissions() const;
- QString getLink() const;
#endif
};