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:
authorChristian Kamm <mail@ckamm.de>2016-05-12 12:47:42 +0300
committerChristian Kamm <kamm@incasoftware.de>2016-05-19 15:13:07 +0300
commita1ba23eea9e11aa76655998b3f9f094bbd147e82 (patch)
tree10e44fd122579d42cf2544fe172923a758f1c2a3 /src/gui/activitywidget.h
parent194db066b697c69310491df507f7db15e0befc09 (diff)
Activity: When a new notification arrives, switch to that tab #4805
Diffstat (limited to 'src/gui/activitywidget.h')
-rw-r--r--src/gui/activitywidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/activitywidget.h b/src/gui/activitywidget.h
index f8818b5e0..1b74ff9ba 100644
--- a/src/gui/activitywidget.h
+++ b/src/gui/activitywidget.h
@@ -81,7 +81,7 @@ signals:
void copyToClipboard();
void rowsInserted();
void hideActivityTab(bool);
- void newNotificationList(const ActivityList& list);
+ void newNotification();
private slots:
void slotBuildNotificationDisplay(const ActivityList& list);
@@ -143,6 +143,7 @@ private slots:
void setActivityTabHidden(bool hidden);
void slotRegularNotificationCheck();
void slotShowIssueItemCount(int cnt);
+ void slotShowActivityTab();
signals:
void guiLog(const QString&, const QString&);