aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-12-28 16:45:43 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-02-15 12:38:30 +0000
commit827d48db6eb9668d037a28e92bb2b0483fb9e513 (patch)
treef67816a7f086ae676f75a0c74ab80e8755819635 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent5dd25c42cb4992316cf40ffa42e74f027cd8b7d0 (diff)
QmlProfiler: Move the file finder into the QML model
This is the place where we need it most. In addition, this allows us to use the DetailsRewriter's cache also on gotoSourceLocation. Change-Id: I14e0f11ba7c8a2a3888b2e8439a375068b36e29a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h2
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;