diff options
Diffstat (limited to 'notifications.h')
-rw-r--r-- | notifications.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/notifications.h b/notifications.h index 5d7852b..e8f1591 100644 --- a/notifications.h +++ b/notifications.h @@ -5,9 +5,5 @@ class DcNotifications: public QObject { Q_OBJECT public: explicit DcNotifications(QObject *parent = nullptr); - //explicit DcEvent(dc_event_t *event); - - //~DcNotifications(); - Q_INVOKABLE void send(QString event, QString pfpPath, QString title, QString message); }; |