mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
rbutil: Replace QRegExp with QRegularExpression.
More updating for Qt6 compatibility. Change-Id: I2f5bb943acc1f6bdd7bdab0e90e3c0ede596f43a
This commit is contained in:
parent
1ad4faa334
commit
241d478ce9
2 changed files with 8 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue