summaryrefslogtreecommitdiffstats
path: root/qt-ui/notificationwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/notificationwidget.h')
-rw-r--r--qt-ui/notificationwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/notificationwidget.h b/qt-ui/notificationwidget.h
index 7a3f93b4d..8a551a0b3 100644
--- a/qt-ui/notificationwidget.h
+++ b/qt-ui/notificationwidget.h
@@ -18,6 +18,7 @@ public:
void setFuture(const QFuture<void> &future);
void showNotification(QString message, KMessageWidget::MessageType type);
void hideNotification();
+ QString getNotificationText();
~NotificationWidget();
private: