summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-06 09:51:18 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-01-06 09:51:18 (GMT)
commit9bb45b19789910aff5e2a972a1ced758814fac31 (patch)
tree70b975dc8dc1360fd8b2352d01898833ea4457ec /src
parentf2a96fbbecb571390449fe98476960f8f7be0951 (diff)
downloadQt-9bb45b19789910aff5e2a972a1ced758814fac31.zip
Qt-9bb45b19789910aff5e2a972a1ced758814fac31.tar.gz
Qt-9bb45b19789910aff5e2a972a1ced758814fac31.tar.bz2
doc: Clarified that .lnk files are System files on Windows.
Task-number: QTBUG-6615
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qdir.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/corelib/io/qdir.cpp b/src/corelib/io/qdir.cpp
index 59db9a6..bac508a 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