![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
struct | QmlImportScanResult |
struct | QmlImportScanResult::Module |
Functions | |
QT_BEGIN_NAMESPACE QString | findQmlDirectory (Platform platform, const QString &startDirectoryName) |
bool | operator== (const QmlImportScanResult::Module &m1, const QmlImportScanResult::Module &m2) |
QmlImportScanResult | runQmlImportScanner (const QString &directory, const QStringList &qmlImportPaths, bool usesWidgets, int platform, DebugMatchMode debugMatchMode, QString *errorMessage) |
QT_BEGIN_NAMESPACE QString findQmlDirectory | ( | Platform | platform, |
const QString & | startDirectoryName ) |
Definition at line 53 of file qmlutils.cpp.
bool operator== | ( | const QmlImportScanResult::Module & | m1, |
const QmlImportScanResult::Module & | m2 ) |
Definition at line 19 of file qmlutils.cpp.
QmlImportScanResult runQmlImportScanner | ( | const QString & | directory, |
const QStringList & | qmlImportPaths, | ||
bool | usesWidgets, | ||
int | platform, | ||
DebugMatchMode | debugMatchMode, | ||
QString * | errorMessage ) |
Definition at line 76 of file qmlutils.cpp.
References QmlImportScanResult::ok.