![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtQmlCompiler More...
#include <qqmlsa.h>
Public Member Functions | |
LintPlugin ()=default | |
Constructs a LintPlugin object. | |
virtual | ~LintPlugin ()=default |
Destroys the LintPlugin instance. | |
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 |
Constructs a LintPlugin object.
|
virtualdefault |
Destroys the LintPlugin instance.
|
pure virtual |
Adds a pass manager that will be executed on rootElement.
Implemented in QmlLintQdsPlugin, and QmlLintQuickPlugin.