From a679f5f5605c250fd5dcc4c9d14f1c41068b38d1 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Mon, 19 Dec 2016 15:55:20 +0100 Subject: Document an undocumented parameter Change-Id: Iac4fed2dc7f0422424cfe06561239b60546198b1 Reviewed-by: Gatis Paeglis --- src/lib/qotaclient.cpp | 5 +++-- 1 file 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] -- cgit v1.2.3