![]() |
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.
Functions | |
QT_BEGIN_NAMESPACE QTypeRevision | handleInMinorVersion (QTypeRevision revision, int majorVersion) |
QAnyStringView | interfaceName (const Interface &iface) |
QDebug | warning (const MetaType &classDef) |
QDebug | warning (QAnyStringView fileName, int lineNumber=0) |
QDebug | error (QAnyStringView fileName, int lineNumber=0) |
int | mergeQtConfFiles (const QString &pathToList) |
QDebug error | ( | QAnyStringView | fileName, |
int | lineNumber = 0 ) |
Definition at line 61 of file qqmltyperegistrarutils.cpp.
QT_BEGIN_NAMESPACE QTypeRevision handleInMinorVersion | ( | QTypeRevision | revision, |
int | majorVersion ) |
Definition at line 24 of file qqmltyperegistrarutils.cpp.
QAnyStringView interfaceName | ( | const Interface & | iface | ) |
Definition at line 33 of file qqmltyperegistrarutils.cpp.
int mergeQtConfFiles | ( | const QString & | pathToList | ) |
pathToList points to a file listing all qt.parts.conf files In any given directory, there might be more than one qt.parts.conf file (especially on Winodws). We need to merge all import paths for a a given folder (but want to avoid duplicate entries).
Definition at line 72 of file qqmltyperegistrarutils.cpp.
Definition at line 51 of file qqmltyperegistrarutils.cpp.
References MetaType::lineNumber().
Referenced by QmlTypesClassDescription::collect(), and FoundType::select().
QDebug warning | ( | QAnyStringView | fileName, |
int | lineNumber = 0 ) |
Definition at line 46 of file qqmltyperegistrarutils.cpp.