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:
Alessandro Portale
2024-07-15 17:01:50 +02:00
parent f6328e77c0
commit a97dae449d

View File

@@ -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();