summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-12-19 15:55:20 +0100
committerGatis Paeglis <gatis.paeglis@qt.io>2016-12-21 11:33:14 +0000
commita679f5f5605c250fd5dcc4c9d14f1c41068b38d1 (patch)
tree4a82d798d6de01092348c1e0a366aa05a70b547e
parente8706a00dab31058b204882acc71732fa1515c8f (diff)
Document an undocumented parameter
Change-Id: Iac4fed2dc7f0422424cfe06561239b60546198b1 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
-rw-r--r--src/lib/qotaclient.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/qotaclient.cpp b/src/lib/qotaclient.cpp
index 05ab97d..feb5bb0 100644
--- a/src/lib/qotaclient.cpp
+++ b/src/lib/qotaclient.cpp
@@ -399,7 +399,7 @@ bool QOtaClient::rollback()
This method is asynchronous and returns immediately. The return value
holds whether the operation was started successfully. The \a packagePath
- holds a path to the update package.
+ argument holds a path to the update package.
\note This method mutates system's state/metadata.
//! [update-offline]
@@ -428,7 +428,8 @@ bool QOtaClient::updateOffline(const QString &packagePath)
counterpart for fetchRemoteInfo().
This method is asynchronous and returns immediately. The return value
- holds whether the operation was started successfully.
+ holds whether the operation was started successfully. The \a packagePath
+ argument holds a path to the update package.
\note This method mutates system's state/metadata.
//! [update-remote-offline]