summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstorageinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qstorageinfo.cpp')
-rw-r--r--src/corelib/io/qstorageinfo.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/corelib/io/qstorageinfo.cpp b/src/corelib/io/qstorageinfo.cpp
index 9054d8e894..86b8ae0ac3 100644
--- a/src/corelib/io/qstorageinfo.cpp
+++ b/src/corelib/io/qstorageinfo.cpp
@@ -413,9 +413,7 @@ QStorageInfo QStorageInfo::root()
}
/*!
- \fn inline bool operator==(const QStorageInfo &first, const QStorageInfo &second)
-
- \relates QStorageInfo
+ \fn bool QStorageInfo::operator==(const QStorageInfo &first, const QStorageInfo &second)
Returns true if the \a first QStorageInfo object refers to the same drive or volume
as the \a second; otherwise it returns false.
@@ -425,9 +423,7 @@ QStorageInfo QStorageInfo::root()
*/
/*!
- \fn inline bool operator!=(const QStorageInfo &first, const QStorageInfo &second)
-
- \relates QStorageInfo
+ \fn bool QStorageInfo::operator!=(const QStorageInfo &first, const QStorageInfo &second)
Returns true if the \a first QStorageInfo object refers to a different drive or
volume than the \a second; otherwise returns false.