summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-07-21 22:41:59 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-07-21 22:41:59 (GMT)
commit2a24201fcfac0ca57afefad836d62308262dafdf (patch)
tree989f5335627c2b908d9b8b325f62f3934e0e1866 /src/declarative/qml/qmlcomponent.h
parent4dc3189aea1c619828abdf87e553587c656ede63 (diff)
downloadQt-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.h1
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;