Qt: Change settings dialogs to widgets/windows

Stops them breaking in Qt 6.6.
This commit is contained in:
Stenzek
2023-11-06 23:01:38 +10:00
parent 3ab27e7220
commit ac825855f7
50 changed files with 442 additions and 322 deletions

View File

@ -386,7 +386,7 @@ void EmuThread::setDefaultSettings(bool system /* = true */, bool controller /*
applySettings(false);
if (system)
emit settingsResetToDefault();
emit settingsResetToDefault(system, controller);
}
void QtHost::SetDefaultSettings(SettingsInterface& si, bool system, bool controller)