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:
authorckamm <mail@ckamm.de>2017-07-04 15:08:41 +0300
committerGitHub <noreply@github.com>2017-07-04 15:08:41 +0300
commitce8341ca1fd21d946e8c056430025f08d586e380 (patch)
tree3ca8a1b2c89026f23dc731c877a250dfe2f8c830 /src/gui/settingsdialog.h
parent9493e8f42ebf068bc7ac66a187636ca0ce708b8d (diff)
Add a more functional error view #5516 (#5861)
* Add a more functional error view #5516 * Allow filtering of ignores and warnings to see only important bits. * Navigate from the folder view to the error view by clicking on the error list with the red background. * Move the error list into its own ui file to allow easier extension. * Fix issue around tab id handling in ActivitySettings. * Rename "Action" column to "Issue". * Change mouse cursor to hand over button and new error list area Several OSX fixes provided by guruz.
Diffstat (limited to 'src/gui/settingsdialog.h')
-rw-r--r--src/gui/settingsdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h
index 9d4459959..15596a00f 100644
--- a/src/gui/settingsdialog.h
+++ b/src/gui/settingsdialog.h
@@ -56,6 +56,7 @@ public:
public slots:
void showFirstPage();
void showActivityPage();
+ void showIssuesList(const QString &folderAlias);
void slotSwitchPage(QAction *action);
void slotRefreshActivity(AccountState *accountState);
void slotAccountAvatarChanged();