aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qjsengine.h
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-05-22 15:30:11 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-24 09:41:29 +0200
commit2a5d05dd3c9d42794d6863425598b8a838ebfb63 (patch)
tree14e34c1f23abbbed5fd43ea996bc9f829828b8d1 /src/qml/qml/v8/qjsengine.h
parentafc0d1f0454858aefb342353afb4df4b27863382 (diff)
Remove QJSEngine::ContextOwnership and associated constructor
This API was intended for QtWebKit integration, but we decided to keep it out of the public headers and introduce it in a different way later. Change-Id: I7f30b20b741eca8569e63a7e4e27171d75293567 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
Diffstat (limited to 'src/qml/qml/v8/qjsengine.h')
-rw-r--r--src/qml/qml/v8/qjsengine.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/qml/qml/v8/qjsengine.h b/src/qml/qml/v8/qjsengine.h
index bf1e215416..c7afb88fa3 100644
--- a/src/qml/qml/v8/qjsengine.h
+++ b/src/qml/qml/v8/qjsengine.h
@@ -65,14 +65,6 @@ class Q_QML_EXPORT QJSEngine
{
Q_OBJECT
public:
-#ifdef QT_DEPRECATED
- enum ContextOwnership {
- AdoptCurrentContext,
- CreateNewContext
- };
- QT_DEPRECATED explicit QJSEngine(ContextOwnership ownership);
-#endif
-
QJSEngine();
explicit QJSEngine(QObject *parent);
virtual ~QJSEngine();