aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4global_p.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals@canonical.com>2014-04-24 16:15:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-25 09:19:24 +0200
commit1873e4f213a94da5774a5243a796fb00f0ab8713 (patch)
treed3c0ac384a19ee76586419a6562662cd35753ce9 /src/qml/jsruntime/qv4global_p.h
parent63a43cb424729990324f2c5e0c8a42aa368e23e2 (diff)
Remove unneeded ;
Warnings returned by pedantic Change-Id: Ic2caba475db9064bf302790299d92a217436d0ee Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4global_p.h')
-rw-r--r--src/qml/jsruntime/qv4global_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4global_p.h b/src/qml/jsruntime/qv4global_p.h
index 4e05bb81ab..91c5d03f18 100644
--- a/src/qml/jsruntime/qv4global_p.h
+++ b/src/qml/jsruntime/qv4global_p.h
@@ -184,8 +184,8 @@ enum PropertyFlag {
Attr_Invalid = 0xff
};
-Q_DECLARE_FLAGS(PropertyFlags, PropertyFlag);
-Q_DECLARE_OPERATORS_FOR_FLAGS(PropertyFlags);
+Q_DECLARE_FLAGS(PropertyFlags, PropertyFlag)
+Q_DECLARE_OPERATORS_FOR_FLAGS(PropertyFlags)
struct PropertyAttributes
{