summaryrefslogtreecommitdiffstats
path: root/smdirwatcher.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 /smdirwatcher.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 'smdirwatcher.h')
-rw-r--r--smdirwatcher.h2
1 files changed, 1 insertions, 1 deletions
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: