summaryrefslogtreecommitdiffstats
path: root/smdirwatcher.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-08-28 10:31:29 +0200
committerArno <am@disconnect.de>2013-08-28 10:31:29 +0200
commit00084a82f08ea72bafc6c002422c8f49bdeb1742 (patch)
tree0c69d4de4ff173b658f4cc514f1dcda1d19a2f9b /smdirwatcher.h
parent1ee897fbb51cb431cba7690076a29a3ca2ddc1a7 (diff)
downloadSheMov-00084a82f08ea72bafc6c002422c8f49bdeb1742.tar.gz
SheMov-00084a82f08ea72bafc6c002422c8f49bdeb1742.tar.bz2
SheMov-00084a82f08ea72bafc6c002422c8f49bdeb1742.zip
Add a progress dialog to FilesystemWidget1.2.0
Show a progress dialog when gathering data from the filesystem.
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r--smdirwatcher.h2
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);