![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmldomreformatter_p.h"#include "qqmldomcomments_p.h"#include <QtQml/private/qqmljsast_p.h>#include <QtQml/private/qqmljsastvisitor_p.h>#include <QtQml/private/qqmljsengine_p.h>#include <QtQml/private/qqmljslexer_p.h>#include <QString>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | QQmlJS |
| namespace | QQmlJS::Dom |
Functions | |
| QMLDOM_EXPORT void | QQmlJS::Dom::reformatAst (OutWriter &lw, const QQmlJS::Dom::ScriptExpression *const script) |
Variables | |
| static constexpr QStringView | QQmlJS::Dom::restrictedChars = u"([/+-" |