Qt 6.x
The Qt SDK
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 125 of file qmlutils.cpp.

References modules, other(), and plugins.

Referenced by deploy().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ modules

QList<Module> QmlImportScanResult::modules

Definition at line 28 of file qmlutils.h.

Referenced by append(), and deploy().

◆ ok

bool QmlImportScanResult::ok = false

Definition at line 27 of file qmlutils.h.

Referenced by deploy().

◆ plugins

QStringList QmlImportScanResult::plugins

Definition at line 29 of file qmlutils.h.

Referenced by append(), and deploy().


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