summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertool.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/qmlprofilertool.h
parent5dd25c42cb4992316cf40ffa42e74f027cd8b7d0 (diff)
downloadqt-creator-827d48db6eb9668d037a28e92bb2b0483fb9e513.tar.gz
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/qmlprofilertool.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h
index 3651c759e8..ec263ade2f 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.h
+++ b/src/plugins/qmlprofiler/qmlprofilertool.h
@@ -95,7 +95,6 @@ private slots:
private:
void updateRunActions();
void clearDisplay();
- void populateFileFinder(QString projectDirectory = QString(), QString activeSysroot = QString());
template<ProfileFeature feature>
void updateFeatures(quint64 features);
bool checkForUnsavedNotes();