summaryrefslogtreecommitdiffstats
path: root/smdirwatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r--smdirwatcher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/smdirwatcher.h b/smdirwatcher.h
index 3a30360..5f3ef55 100644
--- a/smdirwatcher.h
+++ b/smdirwatcher.h
@@ -27,7 +27,6 @@ class SmDirWatcher : public QThread {
enum DWEvent { None, Added, Deleted, Modified, Populate };
explicit SmDirWatcher(int numFields, QObject *parent = 0);
SmDataColletor *collector() { return mCollector; }
- ~SmDirWatcher();
signals:
void dwEvent(const QString& file, int event);