aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/history/progressbaritemdelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/history/progressbaritemdelegate.h')
-rw-r--r--src/plugins/General/history/progressbaritemdelegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/history/progressbaritemdelegate.h b/src/plugins/General/history/progressbaritemdelegate.h
index 2eef87b91..526329f2c 100644
--- a/src/plugins/General/history/progressbaritemdelegate.h
+++ b/src/plugins/General/history/progressbaritemdelegate.h
@@ -37,8 +37,8 @@ class ProgressBarItemDelegate : public QStyledItemDelegate
public:
explicit ProgressBarItemDelegate(QObject *parent = nullptr);
- void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
- QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
+ void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override;
+ QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const override;
bool hasProgressBar(const QModelIndex &index) const;
};