Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qmlcodemarker.h"
#include <QtCore/qregularexpression.h>
#include "atom.h"
#include "node.h"
#include "qmlmarkupvisitor.h"
#include "text.h"
#include <private/qqmljsast_p.h>
#include <private/qqmljsastfwd_p.h>
#include <private/qqmljsengine_p.h>
#include <private/qqmljslexer_p.h>
#include <private/qqmljsparser_p.h>
Go to the source code of this file.
Functions | |
void | replaceWithSpace (QString &str, int idx, int n) |
Copy and paste from src/declarative/qml/qdeclarativescriptparser.cpp. | |
Copy and paste from src/declarative/qml/qdeclarativescriptparser.cpp.
This function blanks out the section of the str beginning at idx and running for n characters.
Definition at line 87 of file qmlcodeparser.cpp.
Referenced by QmlCodeParser::extractPragmas().