From 3f0a819948d36d06f1ddf07e5a51ff771ddda4da Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 30 Aug 2013 15:57:07 +0200 Subject: Revert "Don't show progress dialog when we're polling" This reverts commit 2cc92200386c55818cbe9bcb7d2e488170317d70. Wrong, non-working solution for this problem. --- smdirwatcher.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'smdirwatcher.h') 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,int); @@ -81,7 +80,6 @@ class SmDataColletor : public QThread { const int mNumFields; bool mCheckForPresent; bool mCancel; - bool mShowProgress; QMutex mCheckForPresentMx; QSqlQuery *mPicPresentQ; QSqlQuery *mMovPresentQ; -- cgit v1.2.3-70-g09d2