forked from qt-creator/qt-creator
QmlProfiler: Remove duplicate signal declaration
We want the signal from the base class to be sent. Change-Id: Ic681b3b8527b849f5edd9fec476e5e9e1768408a Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -84,9 +84,6 @@ public:
|
||||
void restrictToRange(qint64 rangeStart, qint64 rangeEnd) override;
|
||||
bool isRestrictedToRange() const override;
|
||||
|
||||
signals:
|
||||
void typeSelected(int typeIndex);
|
||||
|
||||
public slots:
|
||||
void selectByTypeId(int typeIndex) override;
|
||||
void onVisibleFeaturesChanged(quint64 features) override;
|
||||
|
||||
Reference in New Issue
Block a user