![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtQmlCompiler More...
#include <qqmlsa.h>
Public Member Functions | |
LintPlugin ()=default | |
virtual | ~LintPlugin ()=default |
virtual void | registerPasses (PassManager *manager, const Element &rootElement)=0 |
Adds a pass manager that will be executed on rootElement. | |
\inmodule QtQmlCompiler
Base class for all static analysis plugins.
|
default |
|
virtualdefault |
|
pure virtual |
Adds a pass manager that will be executed on rootElement.
Implemented in QmlLintQuickPlugin.
Referenced by QQmlJSLinter::lintFile().