summaryrefslogtreecommitdiff
path: root/src/ivicore/qivipendingreply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivicore/qivipendingreply.cpp')
-rw-r--r--src/ivicore/qivipendingreply.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivicore/qivipendingreply.cpp b/src/ivicore/qivipendingreply.cpp
index 8fe9391..1780058 100644
--- a/src/ivicore/qivipendingreply.cpp
+++ b/src/ivicore/qivipendingreply.cpp
@@ -828,9 +828,9 @@ void QIviPendingReplyBase::setSuccessNoCheck(const QVariant &value)
*/
/*!
- \fn template <class T> QIviPendingReply<T>::setSuccess(const T &value)
+ \fn template <class T> QIviPendingReply<T>::setSuccess(const T &val)
- Sets the result of the reply to \a value and marks the reply as succeeded.
+ Sets the result of the reply to \a val and marks the reply as succeeded.
\note a result can only be set once and cannot be changed again later.