aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-02-23 10:26:54 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-03-04 12:53:45 +0100
commit776d1f0bf02c5dc2a9dac4c5bd906f4421abf2f4 (patch)
treeea22399085534d793f2abf5af88597d537170bc3 /src/qml/qml/qqmlproperty.h
parenta4bf9033792e9743e1693345af6d844b8856719d (diff)
QQmlProperty: add method to query bindability
Internal for now. Task-number: QTBUG-91000 Change-Id: I744277426d5038de9266ca0adf7d281230fb4a7c Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlproperty.h')
-rw-r--r--src/qml/qml/qqmlproperty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlproperty.h b/src/qml/qml/qqmlproperty.h
index 612d442aec..aa455101dc 100644
--- a/src/qml/qml/qqmlproperty.h
+++ b/src/qml/qml/qqmlproperty.h
@@ -114,6 +114,7 @@ public:
bool connectNotifySignal(QObject *dest, int method) const;
bool isWritable() const;
+ bool isBindable() const;
bool isDesignable() const;
bool isResettable() const;
QObject *object() const;