Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove QT_NO_FOREACH and -DQT_NO_CAST_FROM_ASCII
We have way too many QString s = QString("asdadas"); to port all of that to QStringLiteral or QString::fromUtf8, and way to many Q_FOREACH instances to port all of that to something probably works in a slightly different way. Both are now default in Qt6...
- Loading branch information