aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler')
-rw-r--r--src/qml/compiler/qv4bytecodehandler_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4bytecodehandler_p.h b/src/qml/compiler/qv4bytecodehandler_p.h
index fcc88d4f86..c1526e58a1 100644
--- a/src/qml/compiler/qv4bytecodehandler_p.h
+++ b/src/qml/compiler/qv4bytecodehandler_p.h
@@ -94,7 +94,9 @@ namespace Moth {
class Q_QMLCOMPILER_PRIVATE_EXPORT ByteCodeHandler
{
+ Q_DISABLE_COPY_MOVE(ByteCodeHandler)
public:
+ ByteCodeHandler() = default;
virtual ~ByteCodeHandler();
void decode(const char *code, uint len);