Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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< std::pair< 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<std::pair<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.


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