diff options
Diffstat (limited to 'user/qt-creator/qt515.patch')
-rw-r--r-- | user/qt-creator/qt515.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/qt-creator/qt515.patch b/user/qt-creator/qt515.patch new file mode 100644 index 000000000..984879469 --- /dev/null +++ b/user/qt-creator/qt515.patch @@ -0,0 +1,11 @@ +--- qt-creator-opensource-src-4.15.2/share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp.old 2021-07-13 02:12:55.000000000 +0000 ++++ qt-creator-opensource-src-4.15.2/share/qtcreator/qml/qmlpuppet/qmlprivategate/qmlprivategate_56.cpp 2025-08-12 09:23:43.870540324 +0000 +@@ -153,7 +153,7 @@ + const PropertyName &baseName, + QObjectList *inspectedObjects) + { +- return QQuickDesignerSupportProperties::propertyNameListForWritableProperties(object, baseName, inspectedObjects); ++ return QQuickDesignerSupportProperties::propertyNameListForWritableProperties(object); + } + + void tweakObjects(QObject *object) |