Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlXmlListModelQueryResult Struct Reference

#include <qqmlxmllistmodel_p.h>

+ Collaboration diagram for QQmlXmlListModelQueryResult:

Public Attributes

int queryId
 
QList< QFlatMap< int, QString > > data
 
QList< QPair< void *, QString > > errors
 

Detailed Description

Definition at line 51 of file qqmlxmllistmodel_p.h.

Member Data Documentation

◆ data

QList<QFlatMap<int, QString> > QQmlXmlListModelQueryResult::data

Definition at line 57 of file qqmlxmllistmodel_p.h.

◆ errors

QList<QPair<void *, QString> > QQmlXmlListModelQueryResult::errors

Definition at line 58 of file qqmlxmllistmodel_p.h.

◆ queryId

int QQmlXmlListModelQueryResult::queryId

Definition at line 56 of file qqmlxmllistmodel_p.h.

Referenced by QQmlXmlListModelQueryRunnable::run().


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