QmlProfiler: Avoid some 0 as nullptr warnings

Change-Id: I4763a22c6624eaffbb583bf26bf74a3e282b042f
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Ulf Hermann
2018-04-12 10:04:55 +02:00
parent 7293e800e1
commit 7f7fe1a9db
17 changed files with 43 additions and 42 deletions

View File

@@ -58,7 +58,7 @@ public:
typedef std::function<void(const QmlEvent &, const QmlEventType &)> EventLoader;
typedef std::function<void()> Finalizer;
explicit QmlProfilerModelManager(QObject *parent = 0);
explicit QmlProfilerModelManager(QObject *parent = nullptr);
~QmlProfilerModelManager();
State state() const;