From 8862e357a6da511f170b90ff0edb42cd9f32fb0b Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 30 Jan 2018 15:24:01 +0100 Subject: [PATCH] fix notifications interface --- libguh/interfaces/notifications.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguh/interfaces/notifications.json b/libguh/interfaces/notifications.json index b6005829..1341ce3b 100644 --- a/libguh/interfaces/notifications.json +++ b/libguh/interfaces/notifications.json @@ -6,6 +6,10 @@ { "name": "title", "type": "QString" + }, + { + "name": "body", + "type": "QString" } ] }