aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
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
parent63a43cb424729990324f2c5e0c8a42aa368e23e2 (diff)
Remove unneeded ;
Warnings returned by pedantic Change-Id: Ic2caba475db9064bf302790299d92a217436d0ee Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/jsruntime/qv4context_p.h2
-rw-r--r--src/qml/jsruntime/qv4executableallocator_p.h2
-rw-r--r--src/qml/jsruntime/qv4global_p.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/qml/jsruntime/qv4context_p.h b/src/qml/jsruntime/qv4context_p.h
index ddced40714..a07cbf2da5 100644
--- a/src/qml/jsruntime/qv4context_p.h
+++ b/src/qml/jsruntime/qv4context_p.h
@@ -60,7 +60,7 @@ struct ValueRef;
namespace CompiledData {
struct CompilationUnit;
struct Function;
-};
+}
struct CallContext;
struct CallContext;
diff --git a/src/qml/jsruntime/qv4executableallocator_p.h b/src/qml/jsruntime/qv4executableallocator_p.h
index 8ce1146ac9..d54f29b89a 100644
--- a/src/qml/jsruntime/qv4executableallocator_p.h
+++ b/src/qml/jsruntime/qv4executableallocator_p.h
@@ -52,7 +52,7 @@
namespace WTF {
class PageAllocation;
-};
+}
QT_BEGIN_NAMESPACE
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
{