![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| QUrl | url |
| QPointer< QObject > | object |
| QString | message |
| QtMsgType | type = QtWarningMsg |
| int | line = -1 |
| int | column = -1 |
Friends | |
| bool | operator== (const QQmlErrorPrivate &a, const QQmlErrorPrivate &b) |
| bool | operator== (const QQmlErrorPrivate &a, const QQmlErrorPrivate &b) |
Definition at line 43 of file qqmlerror.cpp.
|
friend |
Definition at line 53 of file qqmlerror.cpp.
|
friend |
Definition at line 53 of file qqmlerror.cpp.
| int QQmlErrorPrivate::column = -1 |
Definition at line 51 of file qqmlerror.cpp.
Referenced by testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close(), and operator==.
| int QQmlErrorPrivate::line = -1 |
Definition at line 50 of file qqmlerror.cpp.
Referenced by operator==.
| QString QQmlErrorPrivate::message |
Definition at line 48 of file qqmlerror.cpp.
Referenced by PRESUBMIT_test_mocks.MockOutputApi.PresubmitResult::__repr__().
Definition at line 47 of file qqmlerror.cpp.
| QtMsgType QQmlErrorPrivate::type = QtWarningMsg |
Definition at line 49 of file qqmlerror.cpp.
| QUrl QQmlErrorPrivate::url |
Definition at line 46 of file qqmlerror.cpp.