diff options
author | Martin Smith <msmith@trolltech.com> | 2010-01-06 09:51:18 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-01-07 10:22:51 (GMT) |
commit | fdf28b125f9017b31a07b68413e485e45d00e573 (patch) | |
tree | 066311d809a188fa1f3990fbbc3c89909440fdc2 | |
parent | 792b748a161e7c52c45a684c8a34b6c0af4a9595 (diff) | |
download | Qt-fdf28b125f9017b31a07b68413e485e45d00e573.zip Qt-fdf28b125f9017b31a07b68413e485e45d00e573.tar.gz Qt-fdf28b125f9017b31a07b68413e485e45d00e573.tar.bz2 |
doc: Clarified that .lnk files are System files on Windows.
Task-number: QTBUG-6615
(cherry picked from commit 9bb45b19789910aff5e2a972a1ced758814fac31)
-rw-r--r-- | src/corelib/io/qdir.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/corelib/io/qdir.cpp b/src/corelib/io/qdir.cpp index 8a41d03..e3e22ac 100644 --- a/src/corelib/io/qdir.cpp +++ b/src/corelib/io/qdir.cpp @@ -1125,10 +1125,11 @@ QDir::Filters QDir::filter() const execute access. The Executable value needs to be combined with Dirs or Files. \value Modified Only list files that have been modified (ignored - under Unix). - \value Hidden List hidden files (on Unix, files starting with a .). + on Unix). + \value Hidden List hidden files (on Unix, files starting with a "."). \value System List system files (on Unix, FIFOs, sockets and - device files) + device files are included; on Windows, \c {.lnk} + files are included) \value CaseSensitive The filter should be case sensitive. \omitvalue DefaultFilter |