Searched defs:qobject_to_qlist (Results 1 - 1 of 1) sorted by relevance

/external/qemu/qobject/
H A Dqlist.c141 * qobject_to_qlist(): Convert a QObject into a QList
143 QList *qobject_to_qlist(const QObject *obj) function
161 qlist = qobject_to_qlist(obj);

Completed in 68 milliseconds