summaryrefslogtreecommitdiffstats
path: root/smdirwatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r--smdirwatcher.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/smdirwatcher.h b/smdirwatcher.h
index 579a4c3..bf89050 100644
--- a/smdirwatcher.h
+++ b/smdirwatcher.h
@@ -9,21 +9,11 @@
#define SMDIRWATCHER_H
#include <QThread>
-#include <QList>
#include <QVariant>
-#include <QFileInfo>
-#include <QQueue>
-#include <QMutex>
#include <QSqlDatabase>
#include <QSqlQuery>
-#include <QThreadPool>
-#include <QRunnable>
class SmTreeItem;
-class QSemaphore;
-class SmDataColletor;
-class AsyncTask;
-class Md5Summer;
class SmDirWatcher : public QThread {
Q_OBJECT
@@ -56,6 +46,7 @@ class SmDirWatcher : public QThread {
int mBufLen;
int mNumFields;
bool mExpensiveOps;
+ QSqlDatabase mDb;
};
#endif // SMDIRWATCHER_H