MCPcopy Create free account
hub / github.com/MycroftAI/mycroft-gui / contentData_append

Method contentData_append

import/abstractdelegate.cpp:173–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void AbstractDelegate::contentData_append(QQmlListProperty<QObject> *prop, QObject *object)
174{
175 AbstractDelegate *delegate = static_cast<AbstractDelegate *>(prop->object);
176 if (!delegate) {
177 return;
178 }
179
180// QQuickItem *item = qobject_cast<QQuickItem *>(object);
181 delegate->m_contentData.append(object);
182}
183
184int AbstractDelegate::contentData_count(QQmlListProperty<QObject> *prop)
185{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected