Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlPrivate::CachedQmlUnit Struct Reference

#include <qqmlprivate.h>

Collaboration diagram for QQmlPrivate::CachedQmlUnit:

Public Attributes

const QV4::CompiledData::UnitqmlData
const AOTCompiledFunctionaotCompiledFunctions
voidunused2

Detailed Description

Definition at line 833 of file qqmlprivate.h.

Member Data Documentation

◆ aotCompiledFunctions

const AOTCompiledFunction* QQmlPrivate::CachedQmlUnit::aotCompiledFunctions

Definition at line 835 of file qqmlprivate.h.

◆ qmlData

const QV4::CompiledData::Unit* QQmlPrivate::CachedQmlUnit::qmlData

Definition at line 834 of file qqmlprivate.h.

◆ unused2

void* QQmlPrivate::CachedQmlUnit::unused2

Definition at line 836 of file qqmlprivate.h.


The documentation for this struct was generated from the following file: