summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-10-28 08:14:18 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-10-28 08:14:18 (GMT)
commit1d14bbef27945d7823e9c32745e51d187093f1b7 (patch)
tree0c45eb51e43067003dc7a8e8e12d6d5f029c5ed7 /src/declarative/qml/qmlengine_p.h
parent6eea4cc05ac2bc903e3708a8219a22bbcccb7140 (diff)
downloadQt-1d14bbef27945d7823e9c32745e51d187093f1b7.zip
Qt-1d14bbef27945d7823e9c32745e51d187093f1b7.tar.gz
Qt-1d14bbef27945d7823e9c32745e51d187093f1b7.tar.bz2
Fill out QML global object documentation
Moves the documentation for functions on the global object from qmlengine.cpp to globalobject.qdoc (so that qdoc actually generates them). The XmlHttpRequest documentation is still just a stub.
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r--src/declarative/qml/qmlengine_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h
index 7629dc1..f5bc015 100644
--- a/src/declarative/qml/qmlengine_p.h
+++ b/src/declarative/qml/qmlengine_p.h
@@ -250,6 +250,7 @@ public:
QVariant scriptValueToVariant(const QScriptValue &);
static QScriptValue qmlScriptObject(QObject*, QmlEngine*);
+
static QScriptValue createComponent(QScriptContext*, QScriptEngine*);
static QScriptValue createQmlObject(QScriptContext*, QScriptEngine*);
static QScriptValue vector(QScriptContext*, QScriptEngine*);