aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qjsengine.cpp
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.cpp
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.cpp')
-rw-r--r--src/qml/qml/v8/qjsengine.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/qml/qml/v8/qjsengine.cpp b/src/qml/qml/v8/qjsengine.cpp
index af47877c35..167f87d4b5 100644
--- a/src/qml/qml/v8/qjsengine.cpp
+++ b/src/qml/qml/v8/qjsengine.cpp
@@ -152,18 +152,6 @@ QJSEngine::QJSEngine()
{
}
-#ifdef QT_DEPRECATED
-
-/*!
- \internal
-*/
-QJSEngine::QJSEngine(QJSEngine::ContextOwnership ownership)
- : d(new QV8Engine(this, ownership))
-{
-}
-
-#endif // QT_DEPRECATED
-
/*!
Constructs a QJSEngine object with the given \a parent.