aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/projectintropage.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-05-07 17:33:02 +0200
committerOrgad Shaneh <orgads@gmail.com>2018-05-13 19:53:14 +0000
commit63ef88d015006b9e60fe5f4fae3c8a15c52ad612 (patch)
tree81a15c3ab35acb4bae804e97e6934053ed2ef521 /src/libs/utils/projectintropage.h
parentebf2d6f4e25282d0aeedfaccfddbb333c59f606b (diff)
Utils: Consistently use nullptr
Fixed by clang-tidy modernize-use-nullptr. Change-Id: I93edae67271a521e3b2a1f97f486e5fa97009836 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/libs/utils/projectintropage.h')
-rw-r--r--src/libs/utils/projectintropage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/projectintropage.h b/src/libs/utils/projectintropage.h
index 98b51693ae..909ad7d576 100644
--- a/src/libs/utils/projectintropage.h
+++ b/src/libs/utils/projectintropage.h
@@ -42,7 +42,7 @@ class QTCREATOR_UTILS_EXPORT ProjectIntroPage : public WizardPage
Q_PROPERTY(bool forceSubProject READ forceSubProject WRITE setForceSubProject DESIGNABLE true)
public:
- explicit ProjectIntroPage(QWidget *parent = 0);
+ explicit ProjectIntroPage(QWidget *parent = nullptr);
~ProjectIntroPage() override;
QString projectName() const;