summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ofilenotify.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/ofilenotify.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/ofilenotify.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libopie2/opiecore/ofilenotify.h b/libopie2/opiecore/ofilenotify.h
index 3bc141d..5315896 100644
--- a/libopie2/opiecore/ofilenotify.h
+++ b/libopie2/opiecore/ofilenotify.h
@@ -77,3 +77,4 @@ class OFileNotification : public QObject
protected:
- void activate();
+ bool activate();
+ bool hasChanged();
static bool registerSignalHandler();
@@ -88,2 +89,3 @@ class OFileNotification : public QObject
bool _active;
+ struct stat _stat;
};