summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser_p.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-27 00:30:44 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-27 00:30:44 (GMT)
commit861f0fcd140232e8fe94122d640ab69a7c116663 (patch)
tree6bd2201944cb178b2315718f5158a2f6b2c3b717 /src/declarative/qml/qmlparser_p.h
parentd15db788de792815a35547059921d3305d48c119 (diff)
downloadQt-861f0fcd140232e8fe94122d640ab69a7c116663.zip
Qt-861f0fcd140232e8fe94122d640ab69a7c116663.tar.gz
Qt-861f0fcd140232e8fe94122d640ab69a7c116663.tar.bz2
Remove more unneeded semicolons.
Diffstat (limited to 'src/declarative/qml/qmlparser_p.h')
-rw-r--r--src/declarative/qml/qmlparser_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlparser_p.h b/src/declarative/qml/qmlparser_p.h
index add5773..721f1a8 100644
--- a/src/declarative/qml/qmlparser_p.h
+++ b/src/declarative/qml/qmlparser_p.h
@@ -272,7 +272,7 @@ namespace QmlParser
void dump(int = 0) const;
};
}
-Q_DECLARE_METATYPE(QmlParser::Variant);
+Q_DECLARE_METATYPE(QmlParser::Variant)
QT_END_NAMESPACE