diff options
| author | Rym Bouabid <rym.bouabid@qt.io> | 2024-02-20 15:45:57 +0100 |
|---|---|---|
| committer | Rym Bouabid <rym.bouabid@qt.io> | 2024-02-21 20:28:34 +0100 |
| commit | 364e1c5f3042fdf0e530d08150f505b2f6aedc23 (patch) | |
| tree | 4566786bb30573ad6683117a045fbd50488546dd /src/corelib/io/qdir.cpp | |
| parent | 751ca5e5bdb5918834af7c43d09f457a805d80f5 (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.cpp | 1 |
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 |
