forked from qt-creator/qt-creator
QmlJS: More Qt6
Mostly QRegExp, one QHash::unite. Change-Id: Ia2816fee65b9459c0f89419161f44c38cd572c36 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user