aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/highlightingitemdelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/highlightingitemdelegate.h')
-rw-r--r--src/libs/utils/highlightingitemdelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/highlightingitemdelegate.h b/src/libs/utils/highlightingitemdelegate.h
index ae184de2d73..a131ef613e1 100644
--- a/src/libs/utils/highlightingitemdelegate.h
+++ b/src/libs/utils/highlightingitemdelegate.h
@@ -44,7 +44,7 @@ enum class HighlightingItemRole {
class QTCREATOR_UTILS_EXPORT HighlightingItemDelegate : public QItemDelegate
{
public:
- HighlightingItemDelegate(int tabWidth, QObject *parent = 0);
+ HighlightingItemDelegate(int tabWidth, QObject *parent = nullptr);
void paint(QPainter *painter, const QStyleOptionViewItem &option,
const QModelIndex &index) const override;
void setTabWidth(int width);