summaryrefslogtreecommitdiffstats
path: root/qt-ui/notificationwidget.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-14 14:18:51 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-14 14:18:51 -0700
commit0c44bc7271eaeff541bbf0b30c3afe372165b2be (patch)
tree397f8653f349d11bea22c84618394bfdcdb0b192 /qt-ui/notificationwidget.h
parent4b120d1bf54f339eaea488c71faecb5395defaf3 (diff)
downloadsubsurface-0c44bc7271eaeff541bbf0b30c3afe372165b2be.tar.gz
Cloud storage: clear our last error if verification succeeds
This is cosmetic but makes things friendlier, I think. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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: