Remove use of QStringView from newer Qt versions

This commit is contained in:
baldurk
2022-05-20 16:43:09 +01:00
parent d103d31f55
commit a1abc95ac2
+1 -2
View File
@@ -24,7 +24,6 @@
#include <QApplication>
#include <QRegularExpression>
#include <QStringView>
#include <QtMath>
#include "QRDUtils.h"
@@ -568,7 +567,7 @@ ParsedFormat BufferFormatter::ParseFormatString(const QString &formatString, uin
QList<Annotation> annotations;
QStringView parseText(text);
QString parseText = text;
int parseLine = 0;
// get each line and parse it to determine the format the user wanted