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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-11-09 14:12:25 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-11-09 14:12:25 +0300
commit7925c6c0818967e2e662bfda90feb573f4ffff1a (patch)
treec0b0e740461a018b4a7b9819dd2e636dd8c8cb93 /src/gui/settingsdialog.h
parent9c0e5c2b19358d98a41a5763745ebdaa54f2de08 (diff)
Actually open the activity view on a click for more info
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'src/gui/settingsdialog.h')
-rw-r--r--src/gui/settingsdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h
index c64796ce0..2ba448f27 100644
--- a/src/gui/settingsdialog.h
+++ b/src/gui/settingsdialog.h
@@ -56,7 +56,7 @@ public:
public slots:
void showFirstPage();
void showActivityPage();
-// void showIssuesList(const QString &folderAlias);
+ void showIssuesList(AccountState *account);
void slotSwitchPage(QAction *action);
void slotRefreshActivity(AccountState *accountState);
void slotRefreshActivityAccountStateSender();