![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldebugtranslationprotocol_p.h>
Public Types | |
| enum class | Type { Missing , Elided } |
Public Member Functions | |
| QString | toDebugString () const |
Public Attributes | |
| QString | language |
| Type | type = Type::Missing |
| CodeMarker | codeMarker |
Friends | |
| QDataStream & | operator>> (QDataStream &stream, TranslationIssue &issue) |
| QDataStream & | operator<< (QDataStream &stream, const TranslationIssue &issue) |
| bool | operator== (const TranslationIssue &first, const TranslationIssue &second) |
Definition at line 159 of file qqmldebugtranslationprotocol_p.h.
|
strong |
| Enumerator | |
|---|---|
| Missing | |
| Elided | |
Definition at line 162 of file qqmldebugtranslationprotocol_p.h.
|
inline |
Definition at line 191 of file qqmldebugtranslationprotocol_p.h.
|
friend |
Definition at line 177 of file qqmldebugtranslationprotocol_p.h.
References type.
|
friend |
Definition at line 184 of file qqmldebugtranslationprotocol_p.h.
References type.
|
friend |
Definition at line 167 of file qqmldebugtranslationprotocol_p.h.
References type.
| CodeMarker QQmlDebugTranslation::TranslationIssue::codeMarker |
Definition at line 203 of file qqmldebugtranslationprotocol_p.h.
| QString QQmlDebugTranslation::TranslationIssue::language |
Definition at line 201 of file qqmldebugtranslationprotocol_p.h.
| Type QQmlDebugTranslation::TranslationIssue::type = Type::Missing |
Definition at line 202 of file qqmldebugtranslationprotocol_p.h.
Referenced by operator<<, operator==, and operator>>.