aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarativeparser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativeparser.cpp b/src/declarative/qml/qdeclarativeparser.cpp
index c5c1e104c8..6807a7c84a 100644
--- a/src/declarative/qml/qdeclarativeparser.cpp
+++ b/src/declarative/qml/qdeclarativeparser.cpp
@@ -227,8 +227,8 @@ int QDeclarativeParser::Object::DynamicSlot::parameterNamesLength() const
QDeclarativeParser::Property::Property()
: parent(0), type(0), index(-1), value(0), isDefault(true), isDeferred(false),
- isValueTypeSubProperty(false), isAlias(false), scriptStringScope(-1), nextProperty(0),
- nextMainProperty(0)
+ isValueTypeSubProperty(false), isAlias(false), scriptStringScope(-1), nextMainProperty(0),
+ nextProperty(0)
{
}