summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qscrollerproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/util/qscrollerproperties.cpp')
-rw-r--r--src/widgets/util/qscrollerproperties.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/util/qscrollerproperties.cpp b/src/widgets/util/qscrollerproperties.cpp
index cebb054a53..66b1c284c1 100644
--- a/src/widgets/util/qscrollerproperties.cpp
+++ b/src/widgets/util/qscrollerproperties.cpp
@@ -139,7 +139,7 @@ QScrollerProperties::~QScrollerProperties()
}
/*!
- Returns true if these scroller properties are equal to \a sp; otherwise returns false.
+ Returns \c true if these scroller properties are equal to \a sp; otherwise returns \c false.
*/
bool QScrollerProperties::operator==(const QScrollerProperties &sp) const
{
@@ -147,7 +147,7 @@ bool QScrollerProperties::operator==(const QScrollerProperties &sp) const
}
/*!
- Returns true if these scroller properties are different from \a sp; otherwise returns false.
+ Returns \c true if these scroller properties are different from \a sp; otherwise returns \c false.
*/
bool QScrollerProperties::operator!=(const QScrollerProperties &sp) const
{