summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
diff options
context:
space:
mode:
authorRym Bouabid <rym.bouabid@qt.io>2024-02-20 15:45:57 +0100
committerRym Bouabid <rym.bouabid@qt.io>2024-02-21 20:28:34 +0100
commit364e1c5f3042fdf0e530d08150f505b2f6aedc23 (patch)
tree4566786bb30573ad6683117a045fbd50488546dd /src/corelib/io/qdir.cpp
parent751ca5e5bdb5918834af7c43d09f457a805d80f5 (diff)
QFileInfo and QDir: use new \compares command
... to describe the comparison operators provided by these classes. Task-number: QTBUG-120303 Change-Id: I611a1801eb038586bfe57be9b502b6f17f3d5742 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/corelib/io/qdir.cpp')
-rw-r--r--src/corelib/io/qdir.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qdir.cpp b/src/corelib/io/qdir.cpp
index d0264c6d3a5..d03800f4f84 100644
--- a/src/corelib/io/qdir.cpp
+++ b/src/corelib/io/qdir.cpp
@@ -376,6 +376,7 @@ inline void QDirPrivate::clearCache(MetaDataClearing mode)
\ingroup shared
\reentrant
+ \compares equality
A QDir is used to manipulate path names, access information
regarding paths and files, and manipulate the underlying file