From 2e26d4abc8ea9c24f8ce2b9be3b2ed64f1c3c40e Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 16 Feb 2016 12:02:12 +0100 Subject: [PATCH] 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 --- src/plugins/qmlprofiler/qmlprofilerstatisticsview.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h b/src/plugins/qmlprofiler/qmlprofilerstatisticsview.h index 5ba7f0b009f..19f354679c4 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: