diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-11-22 21:03:33 -0500 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-12-03 17:26:27 -0500 |
| commit | bf90f2402dae06ebf4292e59bf8703490596f6ba (patch) | |
| tree | 89bb7e98853f74864d98122c2f8addd8eb7ac40b /src/yuzu/main.h | |
| parent | 60b59d554d20c4f02036f254604835c62a7f282f (diff) | |
qt: Implement GUI dialog frontend for ProfileSelector
Presents profiles in a list, similar to switch.
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 674e73412..7c5eaf16b 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -99,10 +99,12 @@ signals: // Signal that tells widgets to update icons to use the current theme void UpdateThemedIcons(); + void ProfileSelectorFinishedSelection(std::optional<Service::Account::UUID> uuid); void SoftwareKeyboardFinishedText(std::optional<std::u16string> text); void SoftwareKeyboardFinishedCheckDialog(); public slots: + void ProfileSelectorSelectProfile(); void SoftwareKeyboardGetText(const Core::Frontend::SoftwareKeyboardParameters& parameters); void SoftwareKeyboardInvokeCheckDialog(std::u16string error_message); |
