mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
4b120d1bf5
commit
0c44bc7271
3 changed files with 13 additions and 0 deletions
|
@ -21,6 +21,11 @@ void NotificationWidget::hideNotification()
|
|||
animatedHide();
|
||||
}
|
||||
|
||||
QString NotificationWidget::getNotificationText()
|
||||
{
|
||||
return text();
|
||||
}
|
||||
|
||||
void NotificationWidget::setFuture(const QFuture<void> &future)
|
||||
{
|
||||
future_watcher->setFuture(future);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue