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.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include <QtQml/qtqmlglobal.h>
#include <QtCore/qurl.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qqmlerror.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlError
 The QQmlError class encapsulates a QML error. More...
 

Functions

QDebug Q_QML_EXPORT operator<< (QDebug debug, const QQmlError &error)
 
 Q_DECLARE_TYPEINFO (QQmlError, Q_RELOCATABLE_TYPE)
 

Function Documentation

◆ operator<<()

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

Definition at line 282 of file qqmlerror.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QQmlError ,
Q_RELOCATABLE_TYPE  )