summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-10-25 11:47:09 -0400
committerGitHub <noreply@github.com>2020-10-25 11:47:09 -0400
commitfe53ee26ce1563e9239cd5be5c33be218d9cf9e9 (patch)
tree2261b4db45b1aa79d4199c5f1e57cfc586b52389 /src
parentab052cf6847faf2c6f3ea5229b37626743b6a050 (diff)
parent9afbcd9e8a346297a3522b61cd80dc3a02a93b59 (diff)
Merge pull request #4826 from Morph1984/resolve-warning
applets/profile_select: Resolve a warning in exec()
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/applets/profile_select.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/profile_select.cpp b/src/yuzu/applets/profile_select.cpp
index 68b76269d..c9a2f8601 100644
--- a/src/yuzu/applets/profile_select.cpp
+++ b/src/yuzu/applets/profile_select.cpp
@@ -120,7 +120,7 @@ int QtProfileSelectionDialog::exec() {
user_index = 0;
return QDialog::Accepted;
}
- QDialog::exec();
+ return QDialog::exec();
}
void QtProfileSelectionDialog::accept() {