Migrated to qt6.
This commit is contained in:
@ -138,7 +138,7 @@ bool JoyPad::readConfig( QTextStream &stream ) {
|
||||
toDefault();
|
||||
|
||||
QString word;
|
||||
QChar ch = 0;
|
||||
QChar ch = QChar(0);
|
||||
int num = 0;
|
||||
|
||||
stream >> word;
|
||||
|
Reference in New Issue
Block a user