forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user