forked from qt-creator/qt-creator
Aggregation: Use Qt5-style connects
Change-Id: Ifee501f2da7d2834f6ce8a63f85e9fab9c683b5d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
9370e863f8
commit
4ed9b68fbf
@@ -72,10 +72,9 @@ public:
|
||||
signals:
|
||||
void changed();
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void deleteSelf(QObject *obj);
|
||||
|
||||
private:
|
||||
static QHash<QObject *, Aggregate *> &aggregateMap();
|
||||
|
||||
QList<QObject *> m_components;
|
||||
|
||||
Reference in New Issue
Block a user