diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-05-17 04:42:15 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-05-17 04:42:15 +0200 |
commit | 49b24ea2b3b730b2d4acb20231989d1ace84a59b (patch) | |
tree | 1cee5f433a5f01fe88ffadc549ad09e7b217efea /src/frontend | |
parent | 17d30e91f01ea015caf5e28afe8ddca4aede45b1 (diff) |
this might be betterer
Diffstat (limited to 'src/frontend')
-rw-r--r-- | src/frontend/qt_sdl/EmuSettingsDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/qt_sdl/EmuSettingsDialog.cpp b/src/frontend/qt_sdl/EmuSettingsDialog.cpp index bce5513..6264d91 100644 --- a/src/frontend/qt_sdl/EmuSettingsDialog.cpp +++ b/src/frontend/qt_sdl/EmuSettingsDialog.cpp @@ -84,7 +84,7 @@ void EmuSettingsDialog::verifyFirmware() if (!memcmp(chk1, chk2, 0x180)) { - QMessageBox::warning(this, + QMessageBox::warning((QWidget*)this->parent(), "Problematic firmware dump", "You are using an old hacked firmware dump.\n" "Firmware boot will stop working if you run any game that alters WFC settings.\n\n" |