aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/applets/profile_select.h
diff options
context:
space:
mode:
authorKewlan <colin_rehn@hotmail.com>2020-10-21 20:36:57 +0200
committerKewlan <colin_rehn@hotmail.com>2020-10-22 11:16:56 +0200
commit85b5b816cfa28371d9c78097eab22d6ec7438eee (patch)
tree6f277d62a918b63aeada8c129d2b5b8f1082be14 /src/yuzu/applets/profile_select.h
parent1fc61d09d3f03c8a0c502e9ec41d68e3ee1eb46c (diff)
Don't ask for profile when there's only one.
Diffstat (limited to 'src/yuzu/applets/profile_select.h')
-rw-r--r--src/yuzu/applets/profile_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/applets/profile_select.h b/src/yuzu/applets/profile_select.h
index cee886a77..29c33cca0 100644
--- a/src/yuzu/applets/profile_select.h
+++ b/src/yuzu/applets/profile_select.h
@@ -27,6 +27,7 @@ public:
explicit QtProfileSelectionDialog(QWidget* parent);
~QtProfileSelectionDialog() override;
+ int exec() override;
void accept() override;
void reject() override;