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>
This commit is contained in:
Dirk Hohndel 2015-06-14 14:18:51 -07:00
parent 4b120d1bf5
commit 0c44bc7271
3 changed files with 13 additions and 0 deletions

View file

@ -18,6 +18,7 @@ public:
void setFuture(const QFuture<void> &future);
void showNotification(QString message, KMessageWidget::MessageType type);
void hideNotification();
QString getNotificationText();
~NotificationWidget();
private: