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-18 13:25:14 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-03-18 13:25:14 +0300
commit328d254f7f93c3ac5a555bd1a8a822b1b6a3ee0e (patch)
treef9f0db03d3ad5169ef7ac31596453361d26375af /src/gui/activitywidget.h
parent0a590b7cbed90eb71a2ba7e70aed77bdb6cba884 (diff)
Notifications: Remove "done" notification widgets after fife seconds.
Diffstat (limited to 'src/gui/activitywidget.h')
-rw-r--r--src/gui/activitywidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/activitywidget.h b/src/gui/activitywidget.h
index 01c591433..6a07b342f 100644
--- a/src/gui/activitywidget.h
+++ b/src/gui/activitywidget.h
@@ -79,6 +79,7 @@ private slots:
void slotNotifyNetworkError( QNetworkReply* );
void slotNotifyServerFinished( const QString& reply, int replyCode );
void endNotificationRequest(NotificationWidget *widget , int replyCode);
+ void slotCleanWidgetList();
private:
void showLabels();