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:
authorChristian Kamm <mail@ckamm.de>2018-02-23 15:24:46 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-06-08 15:49:26 +0300
commite65caee9cff1b6ad2515006d0e0f9761b3f5eccc (patch)
treee845934760a2688e211742278e24b01bcd4f656f /src/gui/folder.h
parent1ba96d779b5e438f70ceb761c98b4fd2a57a55b2 (diff)
Notify if an explicitly excluded folder is created #6222
Diffstat (limited to 'src/gui/folder.h')
-rw-r--r--src/gui/folder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/folder.h b/src/gui/folder.h
index ad6722a45..eaf0e4994 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -322,6 +322,9 @@ private slots:
*/
void slotFolderConflicts(const QString &folder, const QStringList &conflictPaths);
+ /** Warn users if they create a file or folder that is selective-sync excluded */
+ void warnOnNewExcludedItem(const SyncJournalFileRecord &record, const QStringRef &path);
+
private:
bool reloadExcludes();