diff options
Diffstat (limited to 'desktop-widgets/notificationwidget.h')
-rw-r--r-- | desktop-widgets/notificationwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-widgets/notificationwidget.h b/desktop-widgets/notificationwidget.h index 70d94b8d6..93fc62605 100644 --- a/desktop-widgets/notificationwidget.h +++ b/desktop-widgets/notificationwidget.h @@ -21,6 +21,9 @@ public: void hideNotification(); QString getNotificationText(); +public +slots: + void showError(QString message); private: QFutureWatcher<void> future_watcher; |