diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-14 14:18:51 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-14 14:18:51 -0700 |
commit | 0c44bc7271eaeff541bbf0b30c3afe372165b2be (patch) | |
tree | 397f8653f349d11bea22c84618394bfdcdb0b192 /qt-ui/notificationwidget.h | |
parent | 4b120d1bf54f339eaea488c71faecb5395defaf3 (diff) | |
download | subsurface-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.h | 1 |
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: |