diff options
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 |