forked from qt-creator/qt-creator
qml2puppet: make it compatible with newer Qt versions
Change-Id: I2a6b074dbb238fc76e7f33a1da82211dc22d46a3 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user