Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlmetamoduleregistration.cpp File Reference
#include <private/qtqmlglobal_p.h>
#include <qqmlmoduleregistration.h>
#include <qqml.h>
+ Include dependency graph for qqmlmetamoduleregistration.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_QML_PRIVATE_EXPORT void qml_register_types_QtQml ()
 

Variables

static const QQmlModuleRegistration registration ("QtQml", qml_register_types_QtQml)
 

Function Documentation

◆ qml_register_types_QtQml()

QT_BEGIN_NAMESPACE Q_QML_PRIVATE_EXPORT void qml_register_types_QtQml ( )

Definition at line 15 of file qqmlmetamoduleregistration.cpp.

References qmlRegisterModule().

+ Here is the call graph for this function:

Variable Documentation

◆ registration