summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qcompleter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/util/qcompleter.cpp')
-rw-r--r--src/widgets/util/qcompleter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/util/qcompleter.cpp b/src/widgets/util/qcompleter.cpp
index 97e6a04992..ab3c640421 100644
--- a/src/widgets/util/qcompleter.cpp
+++ b/src/widgets/util/qcompleter.cpp
@@ -1469,8 +1469,8 @@ void QCompleter::complete(const QRect& rect)
}
/*!
- Sets the current row to the \a row specified. Returns true if successful;
- otherwise returns false.
+ Sets the current row to the \a row specified. Returns \c true if successful;
+ otherwise returns \c false.
This function may be used along with currentCompletion() to iterate
through all the possible completions.