QDirListing: clarify the ExcludeSpecial flag API docs

Amends e583c3d5163a5512abac85e32359652e28a053f7.

Pick-to: 6.8
Change-Id: I2ed231990778d03384045bc417efc58a6019fc14
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit e5fbe88708103781ee8d60f5280ea1ad4bed21f5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Ahmad Samir 2025-02-03 00:03:53 +02:00 committed by Qt Cherry-pick Bot
parent c7f914c68c
commit 0ca8024da2

View File

@ -76,12 +76,14 @@
links to directories will be excluded too.
\value ExcludeSpecial
Don't list special system files:
Don't list file system entries that are \e not directories, regular files,
nor symbolic links.
\list
\li On Unix: an entry that is not a directory, regular file or
symbolic link (including broken symlinks). That is, FIFO,
socket, character device, or block device.
\li On Windows: \c {.lnk}.
\li On Unix, an example of a special file system entry is a FIFO, socket,
character device, or block device. For more details on Linux, see the
\l{https://www.man7.org/linux/man-pages/man2/mknod.2.html}{mknod manual page}.
\li On Windows (for historical reasons) \c .lnk files are considered special
file system entries.
\endlist
\value ResolveSymlinks