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:
Diffstat (limited to 'src/mirall/folderwatcher.h')
-rw-r--r--src/mirall/folderwatcher.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mirall/folderwatcher.h b/src/mirall/folderwatcher.h
index 6b115bae9..494040f36 100644
--- a/src/mirall/folderwatcher.h
+++ b/src/mirall/folderwatcher.h
@@ -112,12 +112,10 @@ protected:
protected slots:
// called when the manually process timer triggers
void slotProcessTimerTimeout();
+ void changeDetected(const QString &f);
- // TODO: this belongs with the inotify backend
protected:
QHash<QString, int> _pendingPathes;
- friend class FolderWatcherPrivate;
-
private:
bool _eventsEnabled;