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:
@@ -78,7 +78,7 @@ const int LineInfo::SmallRoof = 40;
|
||||
const int LineInfo::BigRoof = 400;
|
||||
|
||||
LineInfo::LineInfo()
|
||||
: braceX(QRegExp(QLatin1String("^\\s*\\}\\s*(?:else|catch)\\b")))
|
||||
: braceX(QRegularExpression("^\\s*\\}\\s*(?:else|catch)\\b"))
|
||||
{
|
||||
/*
|
||||
The "linizer" is a group of functions and variables to iterate
|
||||
|
||||
Reference in New Issue
Block a user