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 <kamm@incasoftware.de>2014-11-20 14:41:06 +0300
committerChristian Kamm <kamm@incasoftware.de>2014-11-20 14:41:06 +0300
commitf275002ebed7210019a319fc1f26805cd929e4b3 (patch)
tree53d887995dbad1595a2891b0821e4d2eb2fe974f /src/gui/folderwatcher_win.h
parent4d7b8bdb25b51128ab0a339ff946a9a5804b3a0a (diff)
parentd4e0941c2732508b2d944f19115c2c76c7eb593b (diff)
Merge branch '1.7'
Diffstat (limited to 'src/gui/folderwatcher_win.h')
-rw-r--r--src/gui/folderwatcher_win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/folderwatcher_win.h b/src/gui/folderwatcher_win.h
index 56ddfccd0..465477fd9 100644
--- a/src/gui/folderwatcher_win.h
+++ b/src/gui/folderwatcher_win.h
@@ -33,6 +33,8 @@ public:
protected:
void run();
+ void watchChanges(size_t fileNotifyBufferSize,
+ bool* increaseBufferSize);
signals:
void changed(const QString &path);