diff options
Diffstat (limited to 'src/declarative/qml/qmlbindablecomponent.h')
-rw-r--r-- | src/declarative/qml/qmlbindablecomponent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlbindablecomponent.h b/src/declarative/qml/qmlbindablecomponent.h index 2b3e0ce..43e3537 100644 --- a/src/declarative/qml/qmlbindablecomponent.h +++ b/src/declarative/qml/qmlbindablecomponent.h @@ -72,6 +72,7 @@ public: Q_PROPERTY(bool isLoading READ isLoading NOTIFY isLoadingChanged); Q_INVOKABLE QScriptValue createObject(); + Q_INVOKABLE QString errorsString() const; void setContext(QmlContext* c); Q_SIGNALS: |