aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlbinding/WithBindableProperties.h
Commit message (Collapse)AuthorAgeFilesLines
* QmlBind: support bindable propertiesFabian Kosmale2021-02-031-0/+55
This patch ensures that the QML Binding element can also save and restore C++ bindings. Should QQuickItem's x and y property be ported to the new property system, we'd need new test cases to verify that "old-style" bindings are still handled correctly. This task is however left for the change porting the properties. Task-number: QTBUG-90493 Change-Id: I506ffa1060ff32a7d722214e5ccd469bdaa61ff8 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>