aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4vme_moth_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2017-08-03 12:20:06 +0200
committerLars Knoll <lars.knoll@qt.io>2017-08-03 10:22:06 +0000
commit920339c210778ca987aa161b1102df4a0d00149f (patch)
tree186756d7b07d50ef73bb5cb6173b0c5ed05a1e6d /src/qml/jsruntime/qv4vme_moth_p.h
parentef5d5a989a344ba812a91b365cd54ace65f27f26 (diff)
No need to pass the Engine pointer to VME::exec()
Change-Id: I1e43305e26833a6d9b714e89f59ccead6bd12605 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4vme_moth_p.h')
-rw-r--r--src/qml/jsruntime/qv4vme_moth_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4vme_moth_p.h b/src/qml/jsruntime/qv4vme_moth_p.h
index 4e42ca6fde..51ea5fbdac 100644
--- a/src/qml/jsruntime/qv4vme_moth_p.h
+++ b/src/qml/jsruntime/qv4vme_moth_p.h
@@ -65,7 +65,7 @@ namespace Moth {
class VME
{
public:
- static QV4::ReturnedValue exec(QV4::Function *, QV4::ExecutionEngine *);
+ static QV4::ReturnedValue exec(QV4::Function *);
};
} // namespace Moth