![]() |
Qt 6.x
The Qt SDK
|
#include "qqmllintsuggestions_p.h"#include <QtLanguageServer/private/qlanguageserverspec_p.h>#include <QtQmlCompiler/private/qqmljslinter_p.h>#include <QtQmlCompiler/private/qqmljslogger_p.h>#include <QtCore/qlibraryinfo.h>#include <QtCore/qtimer.h>#include <QtCore/qdebug.h>
Include dependency graph for qqmllintsuggestions.cpp:Go to the source code of this file.
Namespaces | |
| namespace | QmlLsp |
Functions | |
| static DiagnosticSeverity | QmlLsp::severityFromMsgType (QtMsgType t) |
| static void | QmlLsp::codeActionHandler (const QByteArray &, const CodeActionParams ¶ms, LSPPartialResponse< std::variant< QList< std::variant< Command, CodeAction > >, std::nullptr_t >, QList< std::variant< Command, CodeAction > > > &&response) |