forked from qt-creator/qt-creator
Compile fixes with Qt 6
Change-Id: Ia5335bef6aeaff3ce12339db52d96793ff588824 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -89,7 +89,7 @@ void NodeInstanceSignalSpy::registerChildObject(const QMetaProperty &metaPropert
|
||||
if (metaProperty.isReadable()
|
||||
&& !metaProperty.isWritable()
|
||||
&& QmlPrivateGate::isPropertyQObject(metaProperty)
|
||||
&& QLatin1String(metaProperty.name()) != "parent") {
|
||||
&& QLatin1String(metaProperty.name()) != QLatin1String("parent")) {
|
||||
QObject *childObject = QmlPrivateGate::readQObjectProperty(metaProperty, spiedObject);
|
||||
|
||||
if (childObject) {
|
||||
|
||||
Reference in New Issue
Block a user