summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-10-25 14:16:43 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-10-25 14:16:43 +0100
commit9afbcd9e8a346297a3522b61cd80dc3a02a93b59 (patch)
tree2261b4db45b1aa79d4199c5f1e57cfc586b52389 /src
parentMerge pull request #4817 from Kewlan/open-single-save-location (diff)
downloadyuzu-9afbcd9e8a346297a3522b61cd80dc3a02a93b59.tar
yuzu-9afbcd9e8a346297a3522b61cd80dc3a02a93b59.tar.gz
yuzu-9afbcd9e8a346297a3522b61cd80dc3a02a93b59.tar.bz2
yuzu-9afbcd9e8a346297a3522b61cd80dc3a02a93b59.tar.lz
yuzu-9afbcd9e8a346297a3522b61cd80dc3a02a93b59.tar.xz
yuzu-9afbcd9e8a346297a3522b61cd80dc3a02a93b59.tar.zst
yuzu-9afbcd9e8a346297a3522b61cd80dc3a02a93b59.zip
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() {