Migrated to qt6.

This commit is contained in:
Storm Dragon
2025-06-30 17:15:11 -04:00
parent ae0f9c16a8
commit 811bae82d7
22 changed files with 197 additions and 66 deletions

View File

@ -138,7 +138,7 @@ bool JoyPad::readConfig( QTextStream &stream ) {
toDefault();
QString word;
QChar ch = 0;
QChar ch = QChar(0);
int num = 0;
stream >> word;