![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljscompiler_p.h>
Public Attributes | |
QStringList | includes |
QString | code |
QString | signature |
std::optional< QString > | skipReason |
int | numArguments = 0 |
Definition at line 50 of file qqmljscompiler_p.h.
QString QQmlJSAotFunction::code |
Definition at line 53 of file qqmljscompiler_p.h.
QStringList QQmlJSAotFunction::includes |
Definition at line 52 of file qqmljscompiler_p.h.
int QQmlJSAotFunction::numArguments = 0 |
Definition at line 56 of file qqmljscompiler_p.h.
QString QQmlJSAotFunction::signature |
Definition at line 54 of file qqmljscompiler_p.h.
std::optional<QString> QQmlJSAotFunction::skipReason |
Definition at line 55 of file qqmljscompiler_p.h.