diff options
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r-- | smdirwatcher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smdirwatcher.h b/smdirwatcher.h index fda828b..fccc1ed 100644 --- a/smdirwatcher.h +++ b/smdirwatcher.h @@ -65,6 +65,8 @@ class SmDataColletor : public QThread { void newData(const QList<QVariant>,int); void population(SmTreeItem*); void needRefresh(); + void totalFiles(int numFiles); + void progress(); private: SmTreeItem *populate(const QString &dir); |