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-02 19:18:36 -0700 |
commit | 9cae4551c16d66a2139b50830749bfcc770ed17c (patch) | |
tree | d247fc3e4be9dac1b0492fa087536b0fd6ac4d05 /responsemessage.h | |
parent | 9d2600f4b4dcbdd3820910967eb00a9b00cd8a17 (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.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 |