diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-07-28 04:45:11 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-07-28 04:45:11 (GMT) |
commit | 70921d484ec1bd75d8d86f127ebbb91b1138eb06 (patch) | |
tree | c0cbc51e8032bf7f4346c55edb85c4b32323475d /src/declarative/qml/qmlengine.h | |
parent | f7ddf86cb2bab6ca726ef9c8c091b83a12cbf9ed (diff) | |
download | Qt-70921d484ec1bd75d8d86f127ebbb91b1138eb06.zip Qt-70921d484ec1bd75d8d86f127ebbb91b1138eb06.tar.gz Qt-70921d484ec1bd75d8d86f127ebbb91b1138eb06.tar.bz2 |
Revert "Make private stuff public"
This reverts commit 0cdd8518090be320fa89efaa11ced32215cc2ccc.
We've made a decision on apps interacting with the engine - not in the
initial version.
Diffstat (limited to 'src/declarative/qml/qmlengine.h')
-rw-r--r-- | src/declarative/qml/qmlengine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlengine.h b/src/declarative/qml/qmlengine.h index a3457f0..6066059 100644 --- a/src/declarative/qml/qmlengine.h +++ b/src/declarative/qml/qmlengine.h @@ -86,8 +86,6 @@ public: static QmlContext *contextForObject(const QObject *); static void setContextForObject(QObject *, QmlContext *); - static QScriptValue qmlScriptObject(QObject*, QmlEngine*); - static QScriptEngine *getScriptEngine(QmlEngine *e); private: Q_DECLARE_PRIVATE(QmlEngine) }; |