QmlJS: More Qt6

Mostly QRegExp, one QHash::unite.

Change-Id: Ia2816fee65b9459c0f89419161f44c38cd572c36
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2020-06-18 19:04:58 +02:00
parent 9ba3fb11f5
commit 54575fe42d
8 changed files with 26 additions and 21 deletions

View File

@@ -27,7 +27,7 @@
#include <qmljs/qmljs_global.h>
#include <QRegExp>
#include <QRegularExpression>
#include <QTextBlock>
namespace QmlJS {
@@ -112,7 +112,7 @@ protected:
const int *yyBraceDepth;
const bool *yyLeftBraceFollows;
QRegExp braceX;
QRegularExpression braceX;
};
} // namespace QmlJS