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:
authorKlaas Freitag <freitag@owncloud.com>2015-07-15 15:50:41 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-07-15 16:54:41 +0300
commitcfe5150037d4a895213aa67934d2e8c71a70292b (patch)
tree605473801998d3dc8463a6e278bead41d09cca9d /src/gui/ignorelisteditor.h
parent1aa17cdb69fb27b912f87688d42b46419e3789dd (diff)
IgnoreListEditor: handle the ignore hidden files checkbox.
Write the setting of the checkbox to all folder definitions.
Diffstat (limited to 'src/gui/ignorelisteditor.h')
-rw-r--r--src/gui/ignorelisteditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/ignorelisteditor.h b/src/gui/ignorelisteditor.h
index 57bb04a32..bd64d8a58 100644
--- a/src/gui/ignorelisteditor.h
+++ b/src/gui/ignorelisteditor.h
@@ -36,6 +36,8 @@ public:
explicit IgnoreListEditor(QWidget *parent = 0);
~IgnoreListEditor();
+ bool ignoreHiddenFiles();
+
private slots:
void slotItemSelectionChanged();
void slotRemoveCurrentItem();