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:
@@ -32,7 +32,7 @@
|
||||
#include <QString>
|
||||
#include <QList>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QRegExp)
|
||||
QT_FORWARD_DECLARE_CLASS(QRegularExpression)
|
||||
|
||||
namespace QmlJS {
|
||||
class DiagnosticMessage;
|
||||
@@ -157,7 +157,7 @@ public:
|
||||
DiagnosticMessage toDiagnosticMessage() const;
|
||||
|
||||
QString suppressionString() const;
|
||||
static QRegExp suppressionPattern();
|
||||
static QRegularExpression suppressionPattern();
|
||||
|
||||
SourceLocation location;
|
||||
QString message;
|
||||
|
||||
Reference in New Issue
Block a user