aboutsummaryrefslogtreecommitdiffstats
path: root/src/watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/watcher.h')
-rw-r--r--src/watcher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/watcher.h b/src/watcher.h
index 67f39ae..a17e28a 100644
--- a/src/watcher.h
+++ b/src/watcher.h
@@ -40,7 +40,6 @@ public:
explicit Watcher(QObject *parent = 0);
void setDirectory(const QString& path);
QString directory() const;
- QString relativeFilePath(const QString& path);
private Q_SLOTS:
void recordChange(const QString &path);
void notifyChanges();