aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmljavascriptexpression_p.h')
-rw-r--r--src/qml/qml/qqmljavascriptexpression_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/qml/qqmljavascriptexpression_p.h b/src/qml/qml/qqmljavascriptexpression_p.h
index caf1266415..0b93087f97 100644
--- a/src/qml/qml/qqmljavascriptexpression_p.h
+++ b/src/qml/qml/qqmljavascriptexpression_p.h
@@ -151,10 +151,6 @@ public:
const QString &code, const QString &filename,
quint16 line,
QV4::PersistentValue *qmlscope = 0);
- static QV4::PersistentValue evalFunction(QQmlContextData *ctxt, QObject *scope,
- const char *code, int codeLength,
- const QString &filename, quint16 line,
- QV4::PersistentValue *qmlscope = 0);
// doesn't require rewriting the expression
static QV4::PersistentValue qmlBinding(QQmlContextData *ctxt, QObject *scope,
const QString &code,