diff options
| author | Liam <byteslice@airmail.cc> | 2023-03-25 13:29:08 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-03-25 14:49:43 -0400 |
| commit | 50a59487eb49baa229d553dd9a3c00aef20f799f (patch) | |
| tree | 49ed16c5614ad4772f5183ac7bbbb911ce092c1a /src/core/frontend/applets/profile_select.cpp | |
| parent | 950db851eae1b3428af7bde93605cd045fea058a (diff) | |
qt: implement RequestExit for applets
Diffstat (limited to 'src/core/frontend/applets/profile_select.cpp')
| -rw-r--r-- | src/core/frontend/applets/profile_select.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/frontend/applets/profile_select.cpp b/src/core/frontend/applets/profile_select.cpp index da4cfbf87..910d20c0d 100644 --- a/src/core/frontend/applets/profile_select.cpp +++ b/src/core/frontend/applets/profile_select.cpp @@ -9,6 +9,8 @@ namespace Core::Frontend { ProfileSelectApplet::~ProfileSelectApplet() = default; +void DefaultProfileSelectApplet::Close() const {} + void DefaultProfileSelectApplet::SelectProfile(SelectProfileCallback callback) const { Service::Account::ProfileManager manager; callback(manager.GetUser(Settings::values.current_user.GetValue()).value_or(Common::UUID{})); |
