diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-23 11:56:39 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-23 11:56:39 (GMT) |
commit | 7f4c36b07da085549bdc93c65e6b839a43877b0b (patch) | |
tree | ff1db28f816b4fdace0cf85e533f0d26d305c9c2 | |
parent | 1f50b3a05b87c86997ed4f8cc4352ecb5320305e (diff) | |
parent | ae2f97f35a43719245d402a064d19acb2847547b (diff) | |
download | Qt-7f4c36b07da085549bdc93c65e6b839a43877b0b.zip Qt-7f4c36b07da085549bdc93c65e6b839a43877b0b.tar.gz Qt-7f4c36b07da085549bdc93c65e6b839a43877b0b.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
-rw-r--r-- | src/declarative/qml/qmlcomponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcomponent.h b/src/declarative/qml/qmlcomponent.h index 91e0917..83d08ea 100644 --- a/src/declarative/qml/qmlcomponent.h +++ b/src/declarative/qml/qmlcomponent.h @@ -89,7 +89,7 @@ public: void setData(const QByteArray &, const QUrl &baseUrl = QUrl()); Q_SIGNALS: - void statusChanged(Status); + void statusChanged(QmlComponent::Status); protected: QmlComponent(QmlComponentPrivate &dd, QObject* parent); |