Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlerror.cpp File Reference
#include "qqmlerror.h"
#include "qqmlfile.h"
#include <private/qqmljsdiagnosticmessage_p.h>
#include <QtCore/qdebug.h>
#include <QtCore/qfile.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qvector.h>
#include <QtCore/qobject.h>
#include <QtCore/qpointer.h>
+ Include dependency graph for qqmlerror.cpp:

Go to the source code of this file.

Classes

class  QQmlErrorPrivate
 

Functions

bool operator== (const QQmlError &a, const QQmlError &b)
 
QDebug operator<< (QDebug debug, const QQmlError &error)
 

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug  debug,
const QQmlError error 
)
related

Definition at line 282 of file qqmlerror.cpp.

◆ operator==()

bool operator== ( const QQmlError a,
const QQmlError b 
)

Definition at line 270 of file qqmlerror.cpp.