diff options
author | Arno <am@disconnect.de> | 2013-08-28 11:10:58 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-08-28 11:10:58 +0200 |
commit | 2cc92200386c55818cbe9bcb7d2e488170317d70 (patch) | |
tree | abead086c71b8821bf4f8d5a7f076875d7ba24fb /smdirmodel.h | |
parent | 00084a82f08ea72bafc6c002422c8f49bdeb1742 (diff) | |
download | SheMov-2cc92200386c55818cbe9bcb7d2e488170317d70.tar.gz SheMov-2cc92200386c55818cbe9bcb7d2e488170317d70.tar.bz2 SheMov-2cc92200386c55818cbe9bcb7d2e488170317d70.zip |
Don't show progress dialog when we're polling
Diffstat (limited to 'smdirmodel.h')
-rw-r--r-- | smdirmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smdirmodel.h b/smdirmodel.h index 02ad608..9a5e55e 100644 --- a/smdirmodel.h +++ b/smdirmodel.h @@ -46,6 +46,7 @@ class SmDirModel : public SmTreeModel { private slots: void populate(SmTreeItem *root); void addFile(const QList<QVariant> &data); + void refreshFromTimer(); signals: void needResize(); |