summaryrefslogtreecommitdiffstats
path: root/responsemessage.h
diff options
context:
space:
mode:
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