forked from qt-creator/qt-creator
AspectContainer: Remove redundant signal
The changed() signal is already a member of BaseAspect, so no need to repeat this signal in a subclass. Found by Axivion plugin. Change-Id: I1376d494d8d308b41b42628c96278613d0b35837 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1023,7 +1023,6 @@ public:
|
||||
|
||||
signals:
|
||||
void applied();
|
||||
void changed();
|
||||
void fromMapFinished();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user