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.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mirall/folderwatcher.h b/src/mirall/folderwatcher.h
index 558fa2196..7aeb8b3f8 100644
--- a/src/mirall/folderwatcher.h
+++ b/src/mirall/folderwatcher.h
@@ -30,9 +30,7 @@ class QTimer;
namespace Mirall {
-#ifdef USE_INOTIFY
-class INotify;
-#endif
+class FolderWatcherPrivate;
/**
* Watches a folder and sub folders for changes
@@ -127,9 +125,7 @@ private:
private:
bool _eventsEnabled;
int _eventInterval;
-#ifdef USE_INOTIFY
- INotify *_inotify;
-#endif
+ FolderWatcherPrivate *_d;
QString _root;
// paths pending to notified
// QStringList _pendingPaths;