diff options
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r-- | smdirwatcher.h | 2 |
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; |