Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2016-03-22 12:35:24 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-03-22 12:35:24 +0300
commitad60e8ac8956b7d00045d9e08b75b17125ce1d61 (patch)
tree48124d916f2420e816d43a6094f15b488e6f4596 /src/gui/notificationwidget.h
parentd03fcc95e4d50d6978509bca6e7d01085375e917 (diff)
Notifications: Fix handling of notifications to remove from the list.
If a notification is not longer in the list of notifications coming from the server, it needs to be removed from the widget list.
Diffstat (limited to 'src/gui/notificationwidget.h')
-rw-r--r--src/gui/notificationwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/notificationwidget.h b/src/gui/notificationwidget.h
index 8c143390f..adafd437f 100644
--- a/src/gui/notificationwidget.h
+++ b/src/gui/notificationwidget.h
@@ -33,6 +33,7 @@ public:
explicit NotificationWidget(QWidget *parent = 0);
bool readyToClose();
+ QString accountName() const;
signals:
void sendNotificationRequest( const QString&, const QString& link, const QString& verb);