![]() |
Qt 6.x
The Qt SDK
|
#include <QtQml/qjsengine.h>
#include <QtCore/qglobal.h>
#include <private/qtqmlglobal_p.h>
Go to the source code of this file.
Functions | |
QT_REQUIRE_CONFIG (qml_xml_http_request) | |
QT_BEGIN_NAMESPACE void * | qt_add_qmlxmlhttprequest (QV4::ExecutionEngine *engine) |
void | qt_rem_qmlxmlhttprequest (QV4::ExecutionEngine *engine, void *) |
QT_BEGIN_NAMESPACE void * qt_add_qmlxmlhttprequest | ( | QV4::ExecutionEngine * | engine | ) |
Definition at line 2147 of file qqmlxmlhttprequest.cpp.
References QV4::MemoryManager::allocate(), QV4::Object::defineReadonlyProperty(), QV4::EngineBase::globalObject, QV4::EngineBase::memoryManager, QV4::ExecutionEngine::newString(), and QStringLiteral.
Referenced by QV4::ExecutionEngine::initializeGlobal().
void qt_rem_qmlxmlhttprequest | ( | QV4::ExecutionEngine * | engine, |
void * | d | ||
) |
Definition at line 2141 of file qqmlxmlhttprequest.cpp.
References d.
Referenced by QV4::ExecutionEngine::~ExecutionEngine().
QT_REQUIRE_CONFIG | ( | qml_xml_http_request | ) |