Home | History | Annotate | Download | only in qwebframe

Lines Matching refs:lst

274     Q_INVOKABLE QObjectList myInvokableWithQObjectListArg(const QObjectList &lst) {
276 m_actuals << qVariantFromValue(lst);
277 return lst;
289 Q_INVOKABLE QList<int> myInvokableWithListOfIntArg(const QList<int> &lst) {
291 m_actuals << qVariantFromValue(lst);
292 return lst;