summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcomponent_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-29 06:27:07 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-29 06:27:07 (GMT)
commitd85d7addc5084ee7d5de31dec562437f9c31c35d (patch)
tree53f88ba873a998ac99b835c7cde2d26696422336 /src/declarative/qml/qmlcomponent_p.h
parent7d8fc7c68a85aa356e0ea8956f81c0d56216e320 (diff)
downloadQt-d85d7addc5084ee7d5de31dec562437f9c31c35d.zip
Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.gz
Qt-d85d7addc5084ee7d5de31dec562437f9c31c35d.tar.bz2
fix macros
Diffstat (limited to 'src/declarative/qml/qmlcomponent_p.h')
-rw-r--r--src/declarative/qml/qmlcomponent_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcomponent_p.h b/src/declarative/qml/qmlcomponent_p.h
index 6b53086..4b1a076 100644
--- a/src/declarative/qml/qmlcomponent_p.h
+++ b/src/declarative/qml/qmlcomponent_p.h
@@ -122,7 +122,7 @@ public:
QmlComponentAttached **prev;
QmlComponentAttached *next;
-signals:
+Q_SIGNALS:
void completed();
private: