aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextwrapper_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-08-12 14:14:40 +0200
committerLars Knoll <lars.knoll@theqtcompany.com>2015-08-20 20:01:25 +0000
commitad55f5fd249296de8871545f6d4cf463bd5ed1c9 (patch)
treee00145261f0b2825f382405c044929c0717a0163 /src/qml/qml/qqmlcontextwrapper_p.h
parent04d3a95dea37cbc79348147eebac9916cc8b4c79 (diff)
Move the qmlSingletonWrapper method out of the contextwrapper
One more step towards removing the class alltogether. Change-Id: Ic9f6794eb3c5c6605ee43ad23a6d432ebbf321a1 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlcontextwrapper_p.h')
-rw-r--r--src/qml/qml/qqmlcontextwrapper_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlcontextwrapper_p.h b/src/qml/qml/qqmlcontextwrapper_p.h
index d7a4a10468..cbba35f5d1 100644
--- a/src/qml/qml/qqmlcontextwrapper_p.h
+++ b/src/qml/qml/qqmlcontextwrapper_p.h
@@ -98,8 +98,6 @@ struct Q_QML_EXPORT QmlContextWrapper : Object
static ReturnedValue get(const Managed *m, String *name, bool *hasProperty);
static void put(Managed *m, String *name, const Value &value);
-
- ReturnedValue qmlSingletonWrapper(ExecutionEngine *e, String *name);
};
}