summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqlindex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/kernel/qsqlindex.cpp')
-rw-r--r--src/sql/kernel/qsqlindex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sql/kernel/qsqlindex.cpp b/src/sql/kernel/qsqlindex.cpp
index 9ca58ba358..4b8ec442e6 100644
--- a/src/sql/kernel/qsqlindex.cpp
+++ b/src/sql/kernel/qsqlindex.cpp
@@ -141,8 +141,8 @@ void QSqlIndex::append(const QSqlField& field, bool desc)
/*!
- Returns true if field \a i in the index is sorted in descending
- order; otherwise returns false.
+ Returns \c true if field \a i in the index is sorted in descending
+ order; otherwise returns \c false.
*/
bool QSqlIndex::isDescending(int i) const