forked from qt-creator/qt-creator
Todo: Modernize
modernize-* Change-Id: Ib03e15cac77fa15d51f18e3351462a0c5a9ab224 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ class TodoOutputTreeViewDelegate : public QStyledItemDelegate
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit TodoOutputTreeViewDelegate(QObject *parent = 0);
|
||||
explicit TodoOutputTreeViewDelegate(QObject *parent = nullptr);
|
||||
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user