Mod: replace QRegExp with QRegularExpression

This commit is contained in:
wmayer
2022-10-07 14:03:53 +02:00
parent 3774ff789c
commit 82866db0ca
14 changed files with 107 additions and 85 deletions

View File

@@ -32,7 +32,6 @@
#include <boost/regex.hpp>
#include <QString>
#include <QStringList>
#include <QRegExp>
#include <QChar>
#include <QPointF>