aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/notifications.h')
-rw-r--r--lib/csapi/notifications.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/csapi/notifications.h b/lib/csapi/notifications.h
index 3a603364..094fa3af 100644
--- a/lib/csapi/notifications.h
+++ b/lib/csapi/notifications.h
@@ -6,10 +6,11 @@
#include "jobs/basejob.h"
+#include "events/event.h"
#include "converters.h"
#include <QtCore/QVector>
+#include <QtCore/QVariant>
#include <QtCore/QJsonObject>
-#include "events/event.h"
namespace QMatrixClient
{
@@ -22,7 +23,7 @@ namespace QMatrixClient
struct Notification
{
- QVector<QJsonObject> actions;
+ QVector<QVariant> actions;
EventPtr event;
QString profileTag;
bool read;