summaryrefslogtreecommitdiffstats
path: root/responsemessage.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-08-01 18:56:33 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-08-02 19:18:36 -0700
commit9cae4551c16d66a2139b50830749bfcc770ed17c (patch)
treed247fc3e4be9dac1b0492fa087536b0fd6ac4d05 /responsemessage.h
parent9d2600f4b4dcbdd3820910967eb00a9b00cd8a17 (diff)
libqtappfw: bluetooth-map: add support for list_messages + message verbs
Bug-AGL: SPEC-2561 Change-Id: I5c4df78a15cb009a742148a86432729deb434693 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'responsemessage.h')
-rw-r--r--responsemessage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/responsemessage.h b/responsemessage.h
index fd9406a..dd85150 100644
--- a/responsemessage.h
+++ b/responsemessage.h
@@ -32,6 +32,11 @@ class ResponseMessage : public Message
{
return m_request["verb"].toString();
}
+
+ inline QVariantMap requestParameters() const
+ {
+ return m_request["parameter"].toMap();
+ }
};
#endif // RESPONSEMESSAGE_H