diff options
author | Arno <am@disconnect.de> | 2014-12-10 23:19:09 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2014-12-10 23:19:09 +0100 |
commit | d0a7a182617e8353d78274832f515c6fad5d04e4 (patch) | |
tree | 0b6f4ca017bbcf2c20b44874d904515523b94f03 /smdirwatcher.h | |
parent | 2c022561f692a813b44da39d6ffdcb373aa4c7ba (diff) | |
download | SheMov-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.h | 2 |
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: |