Skip to content

Commit e3c57ab

Browse files
committed
ARE YOU FUCKING SERIOUS???!!
piece of shit
1 parent 349e9e9 commit e3c57ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/qt_sdl/CheatsDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ std::vector<u32> CheatsDialog::convertCodeInput()
544544
std::vector<u32> codeout;
545545

546546
QString text = ui->txtCode->toPlainText();
547-
text = text.replace('o', '0', Qt::CaseInsensitive);
547+
text = text.replace((QChar)'o', (QChar)'0', Qt::CaseInsensitive);
548548
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
549549
QStringList lines = text.split('\n', Qt::SkipEmptyParts);
550550
#else

0 commit comments

Comments
 (0)