diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-04 14:24:11 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-04 14:37:24 +0100 |
commit | aba89b590ef0d1743dd0aa82a8b8ed1bf8809909 (patch) | |
tree | c29aa2571f0d315ccf14616828ac2fb39275f6ae /qafbwebsocketclient.cpp | |
parent | a1976ff1b2bccc8689182505828f7e3814d0d21b (diff) |
Little code cleaning.
Rename apiHandle to api.
Add a missing parameter to QAfbWebsocketClient::call function
comment.
Change-Id: I6fb1acd7357fbea3132cd429e9477a1a0b8a4f43
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'qafbwebsocketclient.cpp')
-rw-r--r-- | qafbwebsocketclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qafbwebsocketclient.cpp b/qafbwebsocketclient.cpp index f0f3dce..0cbc274 100644 --- a/qafbwebsocketclient.cpp +++ b/qafbwebsocketclient.cpp @@ -81,6 +81,7 @@ void QAfbWebsocketClient::close() * \param api Api to call. * \param verb Verb to call. * \param arg Argument to pass. + * \param closure callback to call at the verb reply */ void QAfbWebsocketClient::call(const QString& api, const QString& verb, const QJsonValue& arg, closure_t closure) { |