![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsdiagnosticmessage_p.h>
Public Member Functions | |
| bool | isError () const |
| bool | isWarning () const |
Public Attributes | |
| QString | message |
| QtMsgType | type = QtCriticalMsg |
| SourceLocation | loc |
Definition at line 29 of file qqmljsdiagnosticmessage_p.h.
|
inline |
Definition at line 35 of file qqmljsdiagnosticmessage_p.h.
|
inline |
Definition at line 40 of file qqmljsdiagnosticmessage_p.h.
| SourceLocation QQmlJS::DiagnosticMessage::loc |
Definition at line 33 of file qqmljsdiagnosticmessage_p.h.
| QString QQmlJS::DiagnosticMessage::message |
Definition at line 31 of file qqmljsdiagnosticmessage_p.h.
Referenced by PRESUBMIT_test_mocks.MockOutputApi.PresubmitResult::__repr__().
| QtMsgType QQmlJS::DiagnosticMessage::type = QtCriticalMsg |
Definition at line 32 of file qqmljsdiagnosticmessage_p.h.