summaryrefslogtreecommitdiff
path: root/src/calamares/progresstree/ProgressTreeDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/calamares/progresstree/ProgressTreeDelegate.h')
-rw-r--r--src/calamares/progresstree/ProgressTreeDelegate.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/calamares/progresstree/ProgressTreeDelegate.h b/src/calamares/progresstree/ProgressTreeDelegate.h
index 371f5193f..83b281696 100644
--- a/src/calamares/progresstree/ProgressTreeDelegate.h
+++ b/src/calamares/progresstree/ProgressTreeDelegate.h
@@ -1,6 +1,7 @@
/* === This file is part of Calamares - <https://github.com/calamares> ===
*
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
+ * Copyright 2019, Adriaan de Groot <groot@kde.org>
*
* Calamares is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,7 +22,6 @@
#include <QStyledItemDelegate>
-
/**
* @brief The ProgressTreeDelegate class customizes the look and feel of the
* ProgressTreeView elements.
@@ -29,9 +29,8 @@
*/
class ProgressTreeDelegate : public QStyledItemDelegate
{
- Q_OBJECT
public:
- explicit ProgressTreeDelegate( QAbstractItemView* parent = nullptr );
+ using QStyledItemDelegate::QStyledItemDelegate;
protected:
QSize sizeHint( const QStyleOptionViewItem& option,
@@ -44,8 +43,6 @@ private:
void paintViewStep( QPainter* painter,
const QStyleOptionViewItem& option,
const QModelIndex& index ) const;
-
- QAbstractItemView* m_parent;
};
#endif // PROGRESSTREEDELEGATE_H