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
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 126 of file qmlutils.cpp.

References modules, other(), and plugins.

+ Here is the call graph for this function:

Member Data Documentation

◆ modules

QList<Module> QmlImportScanResult::modules

Definition at line 28 of file qmlutils.h.

Referenced by append().

◆ ok

bool QmlImportScanResult::ok = false

Definition at line 27 of file qmlutils.h.

◆ plugins

QStringList QmlImportScanResult::plugins

Definition at line 29 of file qmlutils.h.

Referenced by append().


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