summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/declarative/qml/qmlcomponent.h2
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);