diff options
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r-- | smdirwatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smdirwatcher.h b/smdirwatcher.h index 19cd746..4a85c5a 100644 --- a/smdirwatcher.h +++ b/smdirwatcher.h @@ -22,7 +22,7 @@ class SmDirWatcher : public QThread { Q_OBJECT public: enum DWEvent { None, Added, Deleted, Modified, Populate }; - explicit SmDirWatcher(QObject *parent = 0); + explicit SmDirWatcher(int numFields, QObject *parent = 0); SmDataColletor *collector() { return mCollector; } ~SmDirWatcher(); |