![]() |
Qt 6.x
The Qt SDK
|
#include <QFile>#include <QCborArray>#include <QCborValue>#include "qqmltyperegistrar_p.h"#include "qqmltypescreator_p.h"#include "qanystringviewutils_p.h"#include "qqmltyperegistrarconstants_p.h"
Include dependency graph for qqmltyperegistrar.cpp:Go to the source code of this file.
Classes | |
| struct | ExclusiveVersionRange |
Functions | |
| bool | operator< (const ExclusiveVersionRange &x, const ExclusiveVersionRange &y) |
| True if x was removed before y was introduced. | |
| bool | operator== (const ExclusiveVersionRange &x, const ExclusiveVersionRange &y) |
| True when x and y share a common version. | |
| QString | conflictingVersionToString (const ExclusiveVersionRange &r) |
| QString conflictingVersionToString | ( | const ExclusiveVersionRange & | r | ) |
Definition at line 135 of file qqmltyperegistrar.cpp.
References QString::arg().
Referenced by QmlTypeRegistrar::write().
Here is the call graph for this function:
Here is the caller graph for this function:| bool operator< | ( | const ExclusiveVersionRange & | x, |
| const ExclusiveVersionRange & | y | ||
| ) |
True if x was removed before y was introduced.
| o |
Definition at line 32 of file qqmltyperegistrar.cpp.
| bool operator== | ( | const ExclusiveVersionRange & | x, |
| const ExclusiveVersionRange & | y | ||
| ) |
True when x and y share a common version.
(Warning: not transitive!)
| o |
Definition at line 45 of file qqmltyperegistrar.cpp.