From ae2f97f35a43719245d402a064d19acb2847547b Mon Sep 17 00:00:00 2001 From: Alexis Menard Date: Thu, 23 Apr 2009 11:39:57 +0200 Subject: The signal should emit the namespace as well otherwise a connect will be not trivial. --- src/declarative/qml/qmlcomponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12