Todo: Modernize

modernize-*

Change-Id: Ib03e15cac77fa15d51f18e3351462a0c5a9ab224
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2018-12-10 00:19:56 +01:00
parent d137b33a42
commit 7ea23f24fb
23 changed files with 68 additions and 80 deletions

View File

@@ -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;
};