summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'message.h')
-rw-r--r--message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/message.h b/message.h
index 6d63775..df640ec 100644
--- a/message.h
+++ b/message.h
@@ -56,7 +56,7 @@ class Message : public QObject
Message();
bool fromJson(QByteArray jsonData);
- bool fromJDoc(QJsonDocument jdocData);
+ virtual bool fromJDoc(QJsonDocument jdocData);
QByteArray toJson(QJsonDocument::JsonFormat format = QJsonDocument::Compact);
bool createRequest(QString api, QString verb, QJsonValue parameter = "None");
inline QString eventApi() const