Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmltyperegistrar.cpp File Reference
#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)
 

Function Documentation

◆ conflictingVersionToString()

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:

◆ operator<()

bool operator< ( const ExclusiveVersionRange x,
const ExclusiveVersionRange y 
)

True if x was removed before y was introduced.

Parameters
o
Returns

Definition at line 32 of file qqmltyperegistrar.cpp.

◆ operator==()

bool operator== ( const ExclusiveVersionRange x,
const ExclusiveVersionRange y 
)

True when x and y share a common version.

(Warning: not transitive!)

Parameters
o
Returns

Definition at line 45 of file qqmltyperegistrar.cpp.