From d0a7a182617e8353d78274832f515c6fad5d04e4 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 10 Dec 2014 23:19:09 +0100 Subject: 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. --- smdirwatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smdirwatcher.h') diff --git a/smdirwatcher.h b/smdirwatcher.h index bf89050..bb045ef 100644 --- a/smdirwatcher.h +++ b/smdirwatcher.h @@ -33,7 +33,7 @@ class SmDirWatcher : public QThread { public slots: void run(); void stop(); - void setDir(const QString &dir); + void setDir(const QString &dir, bool progress = true); void setExpensiveOps(bool expensiveOps); private: -- cgit v1.2.3-70-g09d2