11 return QQmlListProperty<QObject>(
this,
this,
12 &ToolStripActionList::append,
13 &ToolStripActionList::count,
14 &ToolStripActionList::at,
15 &ToolStripActionList::clear);
18void ToolStripActionList::append(QQmlListProperty<QObject>* qmlListProperty, QObject* value) {
22void ToolStripActionList::clear(QQmlListProperty<QObject>* qmlListProperty) {
26QObject* ToolStripActionList::at(QQmlListProperty<QObject>* qmlListProperty, qsizetype index) {
30qsizetype ToolStripActionList::count(QQmlListProperty<QObject>* qmlListProperty) {