rbutil: Replace QRegExp with QRegularExpression.

More updating for Qt6 compatibility.

Change-Id: I2f5bb943acc1f6bdd7bdab0e90e3c0ede596f43a
This commit is contained in:
Dominik Riebeling 2021-12-26 20:13:05 +01:00
parent 1ad4faa334
commit 241d478ce9
2 changed files with 8 additions and 5 deletions

View file

@ -275,7 +275,6 @@ QString TalkGenerator::correctString(QString s)
LOG_INFO() << "corrected string" << s << "to" << corrected;
return corrected;
m_abort = true;
}
void TalkGenerator::setLang(QString name)