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>2017-11-29 14:04:01 +0300
committerckamm <mail@ckamm.de>2017-12-07 16:38:21 +0300
commit7ab127ad53311b2a43cb17894e17e45a5451b7cb (patch)
tree2e51da208c2dfcf6695225b2f6c1cad655de8e3e /src/gui/folderwatcher.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/folderwatcher.cpp')
-rw-r--r--src/gui/folderwatcher.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/folderwatcher.cpp b/src/gui/folderwatcher.cpp
index 443956d19..b39c15dcb 100644
--- a/src/gui/folderwatcher.cpp
+++ b/src/gui/folderwatcher.cpp
@@ -32,7 +32,6 @@
#include "folderwatcher_linux.h"
#endif
-#include "excludedfiles.h"
#include "folder.h"
namespace OCC {