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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/history/progressbaritemdelegate.h b/src/plugins/General/history/progressbaritemdelegate.h
index 9e8cf8e50..2eef87b91 100644
--- a/src/plugins/General/history/progressbaritemdelegate.h
+++ b/src/plugins/General/history/progressbaritemdelegate.h
@@ -35,7 +35,7 @@ class ProgressBarItemDelegate : public QStyledItemDelegate
{
Q_OBJECT
public:
- explicit ProgressBarItemDelegate(QObject *parent = 0);
+ 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;