From 6f8cc5aafecdbbd824be8872c6c4d837d725ef40 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 16 Apr 2020 19:23:25 +0200 Subject: 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 --- desktop-widgets/divepicturewidget.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/desktop-widgets/divepicturewidget.h b/desktop-widgets/divepicturewidget.h index d5457cbc2..b9253655b 100644 --- a/desktop-widgets/divepicturewidget.h +++ b/desktop-widgets/divepicturewidget.h @@ -2,10 +2,7 @@ #ifndef DIVEPICTUREWIDGET_H #define DIVEPICTUREWIDGET_H -#include #include -#include -#include class DivePictureWidget : public QListView { Q_OBJECT @@ -21,7 +18,4 @@ signals: void zoomLevelChanged(int delta); }; -class DivePictureThumbnailThread : public QThread { -}; - #endif -- cgit v1.2.3-70-g09d2