summaryrefslogtreecommitdiffstats
path: root/qt-ui/divepicturewidget.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-06-26 14:01:31 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-26 15:47:02 -0700
commit89816f64c28848ef45723de5e0821ea00e130ae4 (patch)
tree99d8f3a21ecc1ddb12ee070e44a0b7b477d32acd /qt-ui/divepicturewidget.h
parentb05d15c5a9cc16011ac4dc84601559e496a172f9 (diff)
downloadsubsurface-89816f64c28848ef45723de5e0821ea00e130ae4.tar.gz
Headers cleanup.
Too much noise on the headers, this commit remove uneeded headers when they are uneeded. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divepicturewidget.h')
-rw-r--r--qt-ui/divepicturewidget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/qt-ui/divepicturewidget.h b/qt-ui/divepicturewidget.h
index 92df82c5f..fde7c5a9a 100644
--- a/qt-ui/divepicturewidget.h
+++ b/qt-ui/divepicturewidget.h
@@ -2,7 +2,6 @@
#define DIVEPICTUREWIDGET_H
#include <QAbstractTableModel>
-#include <QStyledItemDelegate>
#include <QListView>
#include <QThread>
@@ -30,10 +29,6 @@ private:
QHash<QString, PhotoHelper> stringPixmapCache;
};
-class DivePictureDelegate : QStyledItemDelegate {
- virtual void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
-};
-
class DivePictureWidget : public QListView {
Q_OBJECT
public: