summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2016-02-16 12:02:12 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-02-16 11:28:43 +0000
commit2e26d4abc8ea9c24f8ce2b9be3b2ed64f1c3c40e (patch)
treea439e7b38c3a19d4f3302ee0d0c1ea3f019bd9e1 /src/plugins/qmlprofiler
parentd71e513c968f55403336f49a3fa4328b962966d0 (diff)
downloadqt-creator-2e26d4abc8ea9c24f8ce2b9be3b2ed64f1c3c40e.tar.gz
QmlProfiler: Remove duplicate signal declaration
If the wrong signal was sent the desired slots weren't invoked. The effect was that clicking on entries in the statistics view didn't take you to the right source location anymore. Change-Id: I187c3e53969558fb7992bb44f868c9d8730eaef7 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerstatisticsview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h b/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h
index 5ba7f0b009..19f354679c 100644
--- a/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h
+++ b/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h
@@ -85,7 +85,6 @@ public:
bool isRestrictedToRange() const override;
signals:
- void gotoSourceLocation(const QString &fileName, int lineNumber, int columnNumber);
void typeSelected(int typeIndex);
public slots: