diff options
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilermodelmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h index bd05ab97f9..7ed64ef187 100644 --- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h +++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h @@ -90,7 +90,7 @@ public: typedef std::function<void(const QmlEvent &, const QmlEventType &)> EventLoader; typedef std::function<void()> Finalizer; - explicit QmlProfilerModelManager(Utils::FileInProjectFinder *finder, QObject *parent = 0); + explicit QmlProfilerModelManager(QObject *parent = 0); ~QmlProfilerModelManager(); State state() const; |