diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-08-01 18:56:33 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-08-29 19:26:48 +0000 |
commit | 02daaf448c3ca6f63f851ae457e139be24372bc9 (patch) | |
tree | f1a86d1a32682398db1a1e32cac027fc538d233a /responsemessage.h | |
parent | 4617d8b63620de9729a07c5d17e8b3113fbb58a3 (diff) |
libqtappfw: bluetooth-map: add support for list_messages + message verbshalibut_8.0.1halibut/8.0.18.0.1
Bug-AGL: SPEC-2561
Change-Id: I5c4df78a15cb009a742148a86432729deb434693
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit 9cae4551c16d66a2139b50830749bfcc770ed17c)
Diffstat (limited to 'responsemessage.h')
-rw-r--r-- | responsemessage.h | 5 |
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 |