aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/annotateditemdelegate.h
diff options
context:
space:
mode:
authorTobias Hunger <[email protected]>2018-05-07 17:33:02 +0200
committerOrgad Shaneh <[email protected]>2018-05-13 19:53:14 +0000
commit63ef88d015006b9e60fe5f4fae3c8a15c52ad612 (patch)
tree81a15c3ab35acb4bae804e97e6934053ed2ef521 /src/libs/utils/annotateditemdelegate.h
parentebf2d6f4e25282d0aeedfaccfddbb333c59f606b (diff)
Utils: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: I93edae67271a521e3b2a1f97f486e5fa97009836 Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/libs/utils/annotateditemdelegate.h')
-rw-r--r--src/libs/utils/annotateditemdelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/annotateditemdelegate.h b/src/libs/utils/annotateditemdelegate.h
index d6223fb379a..ffbcfbd9f4c 100644
--- a/src/libs/utils/annotateditemdelegate.h
+++ b/src/libs/utils/annotateditemdelegate.h
@@ -34,7 +34,7 @@ namespace Utils {
class QTCREATOR_UTILS_EXPORT AnnotatedItemDelegate : public QStyledItemDelegate
{
public:
- AnnotatedItemDelegate(QObject *parent = 0);
+ AnnotatedItemDelegate(QObject *parent = nullptr);
~AnnotatedItemDelegate() override;
void setAnnotationRole(int role);