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
qqmlxmllistmodel.cpp File Reference

(72c825e685229a2b747f1d79216ef3c6d3304de8)

#include "qqmlxmllistmodel_p.h"
#include <QtQml/qqmlcontext.h>
#include <QtQml/qqmlengine.h>
#include <QtQml/qqmlinfo.h>
#include <QtQml/qqmlfile.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qfile.h>
#include <QtCore/qfuturewatcher.h>
#include <QtCore/qtimer.h>
#include <QtCore/qxmlstream.h>
#include "moc_qqmlxmllistmodel_p.cpp"
+ Include dependency graph for qqmlxmllistmodel.cpp:

Go to the source code of this file.

Functions

static qsizetype findIndexOfName (const QStringList &elementNames, const QStringView &name, qsizetype startIndex=0)
 

Function Documentation

◆ findIndexOfName()

static qsizetype findIndexOfName ( const QStringList & elementNames,
const QStringView & name,
qsizetype startIndex = 0 )
static

Definition at line 795 of file qqmlxmllistmodel.cpp.