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>2017-11-29 14:04:01 +0300
committerckamm <mail@ckamm.de>2017-12-07 16:38:21 +0300
commit7ab127ad53311b2a43cb17894e17e45a5451b7cb (patch)
tree2e51da208c2dfcf6695225b2f6c1cad655de8e3e /src/gui/ignorelisteditor.cpp
parentdd91f4a86ef83893b5c5260d5148246f7fc2be2d (diff)
Excludes: Refactor for pending improvements
Make ExcludedFiles something that is instantiated outside of the CSYNC context and then given to it as a hook. ExcludedFiles still lives in csync_exclude and the internal workings haven't been touched.
Diffstat (limited to 'src/gui/ignorelisteditor.cpp')
-rw-r--r--src/gui/ignorelisteditor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/ignorelisteditor.cpp b/src/gui/ignorelisteditor.cpp
index a71a9cde8..d79aaf8df 100644
--- a/src/gui/ignorelisteditor.cpp
+++ b/src/gui/ignorelisteditor.cpp
@@ -17,7 +17,6 @@
#include "ignorelisteditor.h"
#include "folderman.h"
#include "ui_ignorelisteditor.h"
-#include "excludedfiles.h"
#include <QFile>
#include <QDir>
@@ -135,8 +134,6 @@ void IgnoreListEditor::slotUpdateLocalIgnoreList()
folder->journalDb()->forceRemoteDiscoveryNextSync();
folderMan->scheduleFolder(folder);
}
-
- ExcludedFiles::instance().reloadExcludes();
}
void IgnoreListEditor::slotAddPattern()