![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmltyperegistrarutils_p.h"
#include "qanystringviewutils_p.h"
#include "qqmltyperegistrarconstants_p.h"
#include "qmetatypesjsonprocessor_p.h"
#include <QtCore/qcborarray.h>
#include <QtCore/qcbormap.h>
#include <QtCore/qcborvalue.h>
#include <QtCore/qdebug.h>
#include <QtCore/qfile.h>
#include <QtCore/qdiriterator.h>
#include <QtCore/private/qduplicatetracker_p.h>
#include <QtCore/qtextstream.h>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE QTypeRevision | handleInMinorVersion (QTypeRevision revision, int majorVersion) |
QAnyStringView | interfaceName (const Interface &iface) |
static QDebug | message (QDebug base, QAnyStringView message, QAnyStringView fileName, int lineNumber) |
QDebug | warning (QAnyStringView fileName, int lineNumber) |
QDebug | warning (const MetaType &classDef) |
QDebug | error (QAnyStringView fileName, int lineNumber) |
int | mergeQtConfFiles (const QString &pathToList) |
QDebug error | ( | QAnyStringView | fileName, |
int | lineNumber ) |
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.
|
static |
Definition at line 38 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 ) |
Definition at line 46 of file qqmltyperegistrarutils.cpp.