diff options
author | Martin Smith <msmith@trolltech.com> | 2010-01-06 10:51:18 +0100 |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-01-06 10:51:18 +0100 |
commit | 9bb45b19789910aff5e2a972a1ced758814fac31 (patch) | |
tree | 70b975dc8dc1360fd8b2352d01898833ea4457ec /src/corelib | |
parent | f2a96fbbecb571390449fe98476960f8f7be0951 (diff) | |
download | qt4-tools-9bb45b19789910aff5e2a972a1ced758814fac31.tar.gz |
doc: Clarified that .lnk files are System files on Windows.
Task-number: QTBUG-6615
Diffstat (limited to 'src/corelib')
-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 59db9a61db..bac508ad65 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 |