mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 14:35:43 +01:00
Merge pull request #4826 from Morph1984/resolve-warning
applets/profile_select: Resolve a warning in exec()
This commit is contained in:
commit
fe53ee26ce
@ -120,7 +120,7 @@ int QtProfileSelectionDialog::exec() {
|
||||
user_index = 0;
|
||||
return QDialog::Accepted;
|
||||
}
|
||||
QDialog::exec();
|
||||
return QDialog::exec();
|
||||
}
|
||||
|
||||
void QtProfileSelectionDialog::accept() {
|
||||
|
Loading…
Reference in New Issue
Block a user