summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-16 08:30:04 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-16 08:30:04 (GMT)
commit7db99f103981b6b45cb70a5837eb6b439d33e207 (patch)
treeca9163d9bc8336a83e2f2ff364aefed5c38f204f /src/declarative/qml/qmlcomponent.h
parentd51de46fe6d52126c57623156a5c7e4ed61a51a7 (diff)
downloadQt-7db99f103981b6b45cb70a5837eb6b439d33e207.zip
Qt-7db99f103981b6b45cb70a5837eb6b439d33e207.tar.gz
Qt-7db99f103981b6b45cb70a5837eb6b439d33e207.tar.bz2
Tests
Diffstat (limited to 'src/declarative/qml/qmlcomponent.h')
-rw-r--r--src/declarative/qml/qmlcomponent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcomponent.h b/src/declarative/qml/qmlcomponent.h
index 835bdc5..0abb58f 100644
--- a/src/declarative/qml/qmlcomponent.h
+++ b/src/declarative/qml/qmlcomponent.h
@@ -67,6 +67,9 @@ class Q_DECLARATIVE_EXPORT QmlComponent : public QObject
Q_PROPERTY(bool isReady READ isReady NOTIFY statusChanged)
Q_PROPERTY(bool isError READ isError NOTIFY statusChanged)
Q_PROPERTY(bool isLoading READ isLoading NOTIFY statusChanged)
+ Q_PROPERTY(qreal progress READ progress NOTIFY progressChanged)
+ Q_PROPERTY(Status status READ status NOTIFY statusChanged)
+ Q_PROPERTY(QUrl url READ url CONSTANT)
public:
QmlComponent(QObject *parent = 0);