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

@@ -1,4 +1,3 @@
#include <QRegExp>
#include <QMessageBox>
#include <QPixmap>
#include <QTranslator>