diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-07-21 22:41:59 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-07-21 22:41:59 (GMT) |
commit | 2a24201fcfac0ca57afefad836d62308262dafdf (patch) | |
tree | 989f5335627c2b908d9b8b325f62f3934e0e1866 /src/declarative/qml/qmlcomponent.h | |
parent | 4dc3189aea1c619828abdf87e553587c656ede63 (diff) | |
download | Qt-2a24201fcfac0ca57afefad836d62308262dafdf.zip Qt-2a24201fcfac0ca57afefad836d62308262dafdf.tar.gz Qt-2a24201fcfac0ca57afefad836d62308262dafdf.tar.bz2 |
Move errorsString to QmlBindableComponent because it's for use in script
Diffstat (limited to 'src/declarative/qml/qmlcomponent.h')
-rw-r--r-- | src/declarative/qml/qmlcomponent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcomponent.h b/src/declarative/qml/qmlcomponent.h index 45b26eb..60b7ccd 100644 --- a/src/declarative/qml/qmlcomponent.h +++ b/src/declarative/qml/qmlcomponent.h @@ -83,7 +83,6 @@ public: bool isLoading() const; QList<QmlError> errors() const; - Q_INVOKABLE QString errorsString() const; QUrl url() const; |