mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue