summaryrefslogtreecommitdiff
path: root/src/plugins/help/localhelpmanager.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-04-19 10:47:13 +0200
committerEike Ziller <eike.ziller@qt.io>2018-04-19 12:07:59 +0000
commitda18fc1f50e07d4bec6f32c0ccf5f08ea10fb634 (patch)
treeb0c8d37fcfa736b591ebe95d046ce66b35e9a486 /src/plugins/help/localhelpmanager.h
parent0e81d01b2a1d02fe1a4313716be232cf9f918f05 (diff)
downloadqt-creator-da18fc1f50e07d4bec6f32c0ccf5f08ea10fb634.tar.gz
Help: Use nullptr and fix a few warnings
Change-Id: I7f7307a765d8755bf96b0cad1210e61df0a0199f Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/help/localhelpmanager.h')
-rw-r--r--src/plugins/help/localhelpmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/localhelpmanager.h b/src/plugins/help/localhelpmanager.h
index 39ace0168b..4846c74231 100644
--- a/src/plugins/help/localhelpmanager.h
+++ b/src/plugins/help/localhelpmanager.h
@@ -57,7 +57,7 @@ public:
ShowLastPages = 2,
};
- LocalHelpManager(QObject *parent = 0);
+ LocalHelpManager(QObject *parent = nullptr);
~LocalHelpManager();
static LocalHelpManager *instance();