Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlJSLinter::Result Struct Reference

#include <qqmljslinter_p.h>

Collaboration diagram for QQmlJSLinter::Result:

Public Member Functions

void generateJson ()
void setStatusFromLogger ()

Public Attributes

LintResult status = LintSuccess
QJsonObject json
std::unique_ptr< QQmlJSLoggerlogger

Detailed Description

Definition at line 115 of file qqmljslinter_p.h.

Member Function Documentation

◆ generateJson()

void QQmlJSLinter::Result::generateJson ( )

Definition at line 574 of file qqmljslinter.cpp.

◆ setStatusFromLogger()

void QQmlJSLinter::Result::setStatusFromLogger ( )

Member Data Documentation

◆ json

QJsonObject QQmlJSLinter::Result::json

Definition at line 118 of file qqmljslinter_p.h.

◆ logger

std::unique_ptr<QQmlJSLogger> QQmlJSLinter::Result::logger

Definition at line 119 of file qqmljslinter_p.h.

◆ status

LintResult QQmlJSLinter::Result::status = LintSuccess

Definition at line 117 of file qqmljslinter_p.h.

Referenced by QQmlJSLinter::lintModule(), and setStatusFromLogger().


The documentation for this struct was generated from the following files: