Cleanup: remove DivePictureThumbnailThread

An empty class that was not used anywhere. This allows us to
remove a few include files as well.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-04-16 19:23:25 +02:00 committed by Dirk Hohndel
parent 418b160731
commit 6f8cc5aafe

View file

@ -2,10 +2,7 @@
#ifndef DIVEPICTUREWIDGET_H
#define DIVEPICTUREWIDGET_H
#include <QAbstractTableModel>
#include <QListView>
#include <QThread>
#include <QFuture>
class DivePictureWidget : public QListView {
Q_OBJECT
@ -21,7 +18,4 @@ signals:
void zoomLevelChanged(int delta);
};
class DivePictureThumbnailThread : public QThread {
};
#endif