Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlerror.cpp File Reference

(958cd3ee1094a068b6d0ff27c73a4b3caff088ad)

#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.