forked from qt-creator/qt-creator
Aggregate: Fix inconsistent linkage issue with MSVC
Amends: 94a562fd8c
Change-Id: Ib8ef45fd7dd7b27befec0d24493e183c964f7c24
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -51,7 +51,7 @@ signals:
|
||||
void changed();
|
||||
|
||||
private:
|
||||
friend void aggregate(QList<QObject *>);
|
||||
friend AGGREGATION_EXPORT void aggregate(QList<QObject *>);
|
||||
enum PrivateConstructor { PrivateConstructor };
|
||||
Aggregate(enum PrivateConstructor);
|
||||
void construct();
|
||||
|
||||
Reference in New Issue
Block a user