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:
parent
418b160731
commit
6f8cc5aafe
@ -2,10 +2,7 @@
|
|||||||
#ifndef DIVEPICTUREWIDGET_H
|
#ifndef DIVEPICTUREWIDGET_H
|
||||||
#define DIVEPICTUREWIDGET_H
|
#define DIVEPICTUREWIDGET_H
|
||||||
|
|
||||||
#include <QAbstractTableModel>
|
|
||||||
#include <QListView>
|
#include <QListView>
|
||||||
#include <QThread>
|
|
||||||
#include <QFuture>
|
|
||||||
|
|
||||||
class DivePictureWidget : public QListView {
|
class DivePictureWidget : public QListView {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -21,7 +18,4 @@ signals:
|
|||||||
void zoomLevelChanged(int delta);
|
void zoomLevelChanged(int delta);
|
||||||
};
|
};
|
||||||
|
|
||||||
class DivePictureThumbnailThread : public QThread {
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user