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" } ] }