diff --git a/plugins/notifications/notificationsdbusinterface.h b/plugins/notifications/notificationsdbusinterface.h index e8d5c2a7a..127d56273 100644 --- a/plugins/notifications/notificationsdbusinterface.h +++ b/plugins/notifications/notificationsdbusinterface.h @@ -44,10 +44,10 @@ public: void processPackage(const NetworkPackage& np); void clearNotifications(); + void dismissRequested(Notification* notification); public Q_SLOTS: Q_SCRIPTABLE QStringList activeNotifications(); - void dismissRequested(Notification* notification); Q_SIGNALS: Q_SCRIPTABLE void notificationPosted(const QString& publicId);