summaryrefslogtreecommitdiffstats
path: root/smdirwatcher.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-08-30 15:57:07 +0200
committerArno <am@disconnect.de>2013-08-30 15:57:07 +0200
commit3f0a819948d36d06f1ddf07e5a51ff771ddda4da (patch)
tree0c69d4de4ff173b658f4cc514f1dcda1d19a2f9b /smdirwatcher.h
parent2cc92200386c55818cbe9bcb7d2e488170317d70 (diff)
downloadSheMov-3f0a819948d36d06f1ddf07e5a51ff771ddda4da.tar.gz
SheMov-3f0a819948d36d06f1ddf07e5a51ff771ddda4da.tar.bz2
SheMov-3f0a819948d36d06f1ddf07e5a51ff771ddda4da.zip
Revert "Don't show progress dialog when we're polling"
This reverts commit 2cc92200386c55818cbe9bcb7d2e488170317d70. Wrong, non-working solution for this problem.
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r--smdirwatcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/smdirwatcher.h b/smdirwatcher.h
index 9afd62b..fccc1ed 100644
--- a/smdirwatcher.h
+++ b/smdirwatcher.h
@@ -60,7 +60,6 @@ class SmDataColletor : public QThread {
void setCheckForPresent(bool present);
void run();
void stop() { mCancel = true; }
- void setShowProgress(bool progress) { mShowProgress = progress; }
signals:
void newData(const QList<QVariant>,int);
@@ -81,7 +80,6 @@ class SmDataColletor : public QThread {
const int mNumFields;
bool mCheckForPresent;
bool mCancel;
- bool mShowProgress;
QMutex mCheckForPresentMx;
QSqlQuery *mPicPresentQ;
QSqlQuery *mMovPresentQ;