qt: replace QRegExp with QRegularExpression

QRegExp is removed in Qt6
This commit is contained in:
selsta
2022-05-07 18:10:25 +02:00
parent 2e2ae5c88f
commit 7b729fc885
3 changed files with 2 additions and 4 deletions

View File

@@ -36,7 +36,6 @@
#include <QObject>
#include <QDesktopWidget>
#include <QScreen>
#include <QRegExp>
#include <QThread>
#include <version.h>