summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcontentwidget.h
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk@kdab.com>2017-09-24 23:55:03 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-27 08:05:45 +0000
commit4c5927c40b7c3d94308d5c20a0c79acbd9e4f104 (patch)
tree5fd2cfb12acc56293ecc59fb4d09ab73edde40dc /src/assistant/help/qhelpcontentwidget.h
parentfdf1613fd9d059b5cbfddbf0dd9a76a8d2e23b26 (diff)
Replace Q_NULLPTR with nullptr
Change-Id: I14c2c689102229579aaab2dd9999434a4e251d20 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpcontentwidget.h')
-rw-r--r--src/assistant/help/qhelpcontentwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpcontentwidget.h b/src/assistant/help/qhelpcontentwidget.h
index ff5961e98..45d9a5f28 100644
--- a/src/assistant/help/qhelpcontentwidget.h
+++ b/src/assistant/help/qhelpcontentwidget.h
@@ -71,7 +71,7 @@ public:
private:
QHelpContentItem(const QString &name, const QString &link,
- QHelpDBReader *reader, QHelpContentItem *parent = Q_NULLPTR);
+ QHelpDBReader *reader, QHelpContentItem *parent = nullptr);
QHelpContentItemPrivate *d;
friend class QHelpContentProvider;