aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-12-16 11:25:28 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2010-12-16 11:29:24 +0100
commit8df7fbc67a7723eac51cc446224e35f55882c928 (patch)
tree6ce4cc1f02a157aa8f6084804d73ff05b6338e89 /src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
parent61493f3e8b585eaa8206d95596386da9682236ca (diff)
Compile fix for pedantic C++ compilers.
Get rid of all those ugly stray semicolons. They are not valid C++.
Diffstat (limited to 'src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h')
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h b/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
index ba86d1b509..bc95378324 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
+++ b/src/plugins/qmldesigner/components/propertyeditor/qlayoutobject.h
@@ -53,7 +53,7 @@ public:
QT_END_NAMESPACE
-QML_DECLARE_TYPE(QLayoutObject);
+QML_DECLARE_TYPE(QLayoutObject)
QT_END_HEADER