summaryrefslogtreecommitdiffstats
path: root/smdirmodel.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2014-12-10 23:19:09 +0100
committerArno <am@disconnect.de>2014-12-10 23:19:09 +0100
commitd0a7a182617e8353d78274832f515c6fad5d04e4 (patch)
tree0b6f4ca017bbcf2c20b44874d904515523b94f03 /smdirmodel.h
parent2c022561f692a813b44da39d6ffdcb373aa4c7ba (diff)
downloadSheMov-d0a7a182617e8353d78274832f515c6fad5d04e4.tar.gz
SheMov-d0a7a182617e8353d78274832f515c6fad5d04e4.tar.bz2
SheMov-d0a7a182617e8353d78274832f515c6fad5d04e4.zip
Don't show progressdialog when autorefreshing
They don't play nice together. Crap... AutoRefresh should be a thread, but that opens another shebang of problems, I guess. So don't show the dialog for now.
Diffstat (limited to 'smdirmodel.h')
-rw-r--r--smdirmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/smdirmodel.h b/smdirmodel.h
index a775553..4e7112a 100644
--- a/smdirmodel.h
+++ b/smdirmodel.h
@@ -39,9 +39,11 @@ class SmDirModel : public SmTreeModel {
public slots:
void setDir(const QString &dir);
+ void setDirNoProgress(const QString &dir);
void dirEvent(const QList<QVariant> &data, int e);
void readSettings();
void refresh();
+ void refreshNoProgress();
private slots:
void populate(SmTreeItem *root);