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
QmlImportScanResult Struct Reference

#include <qmlutils.h>

Collaboration diagram for QmlImportScanResult:

Classes

struct  Module

Public Member Functions

void append (const QmlImportScanResult &other)

Public Attributes

bool ok = false
QList< Modulemodules
QStringList plugins

Detailed Description

Definition at line 15 of file qmlutils.h.

Member Function Documentation

◆ append()

void QmlImportScanResult::append ( const QmlImportScanResult & other)

Definition at line 127 of file qmlutils.cpp.

Member Data Documentation

◆ modules

QList<Module> QmlImportScanResult::modules

Definition at line 28 of file qmlutils.h.

◆ ok

bool QmlImportScanResult::ok = false

Definition at line 27 of file qmlutils.h.

Referenced by runQmlImportScanner().

◆ plugins

QStringList QmlImportScanResult::plugins

Definition at line 29 of file qmlutils.h.


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