qml2puppet: make it compatible with newer Qt versions

Change-Id: I2a6b074dbb238fc76e7f33a1da82211dc22d46a3
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tim Jenssen
2021-09-16 13:38:03 +02:00
parent 94d227cd43
commit c5ab920589

View File

@@ -153,7 +153,7 @@ PropertyNameList propertyNameListForWritableProperties(QObject *object,
const PropertyName &baseName,
QObjectList *inspectedObjects)
{
return QQuickDesignerSupportProperties::propertyNameListForWritableProperties(object, baseName, inspectedObjects);
return QQuickDesignerSupportProperties::propertyNameListForWritableProperties(object);
}
void tweakObjects(QObject *object)