diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-07-02 00:48:50 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-07-02 00:48:50 (GMT) |
commit | afe57350c40ea2469413e4c5b42a7fd45f55769f (patch) | |
tree | 45b4de413df72e30513416538a52ae9889aa9a50 /src/declarative/qml/qmlcomponent.h | |
parent | 4e9336d1f60089bffda7fca93a63d18ffce0a6fa (diff) | |
download | Qt-afe57350c40ea2469413e4c5b42a7fd45f55769f.zip Qt-afe57350c40ea2469413e4c5b42a7fd45f55769f.tar.gz Qt-afe57350c40ea2469413e4c5b42a7fd45f55769f.tar.bz2 |
Beautification of dynamic object example.
Adds some error handling, and cleans up documentation and the example
a little.
Diffstat (limited to 'src/declarative/qml/qmlcomponent.h')
-rw-r--r-- | src/declarative/qml/qmlcomponent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcomponent.h b/src/declarative/qml/qmlcomponent.h index db34e16..b29c123 100644 --- a/src/declarative/qml/qmlcomponent.h +++ b/src/declarative/qml/qmlcomponent.h @@ -82,6 +82,7 @@ public: Q_INVOKABLE bool isLoading() const; QList<QmlError> errors() const; + Q_INVOKABLE QString errorsString() const; QUrl url() const; |