summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent.h
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-04-23 09:39:57 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-04-23 09:39:57 (GMT)
commitae2f97f35a43719245d402a064d19acb2847547b (patch)
treef05b83b702edc3c816d29ac7e28562febb5e7bd9 /src/declarative/qml/qmlcomponent.h
parent0af965285378ae51ac98dfade94f216761449459 (diff)
downloadQt-ae2f97f35a43719245d402a064d19acb2847547b.zip
Qt-ae2f97f35a43719245d402a064d19acb2847547b.tar.gz
Qt-ae2f97f35a43719245d402a064d19acb2847547b.tar.bz2
The signal should emit the namespace as well otherwise a connect will
be not trivial.
Diffstat (limited to 'src/declarative/qml/qmlcomponent.h')
-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);