aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-09-09 10:46:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-11 13:02:15 +0200
commited4c36b0b86c3d452a96ceb8bb6b41d709543a45 (patch)
tree17a9ce52aca37ed743806100ab4bee27d30cd094 /src/qml/jsruntime/qv4context_p.h
parenta808e4fc15dfe2aca08786f4b747dde45e455929 (diff)
Start adapting function signatures in the qv4runtime
Move the signatures over to something that will enforce the exact GC later on. Change-Id: I2e1a472aea296cc1862c76c1e6dab5d0d2f5177c Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4context_p.h')
-rw-r--r--src/qml/jsruntime/qv4context_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4context_p.h b/src/qml/jsruntime/qv4context_p.h
index 0a06cf3048..fe10e33c5e 100644
--- a/src/qml/jsruntime/qv4context_p.h
+++ b/src/qml/jsruntime/qv4context_p.h
@@ -145,7 +145,6 @@ struct Q_QML_EXPORT ExecutionContext
Value getProperty(String *name);
Value getPropertyNoThrow(String *name);
Value getPropertyAndBase(String *name, Object **base);
- void inplaceBitOp(String *name, const QV4::Value &value, BinOp op);
bool deleteProperty(String *name);
inline Value argument(unsigned int index = 0);