diff options
| author | 2023-03-25 13:29:08 -0400 | |
|---|---|---|
| committer | 2023-03-25 14:49:43 -0400 | |
| commit | 50a59487eb49baa229d553dd9a3c00aef20f799f (patch) | |
| tree | 49ed16c5614ad4772f5183ac7bbbb911ce092c1a /src/core/frontend/applets/cabinet.cpp | |
| parent | applets: implement RequestExit (diff) | |
| download | yuzu-50a59487eb49baa229d553dd9a3c00aef20f799f.tar.gz yuzu-50a59487eb49baa229d553dd9a3c00aef20f799f.tar.xz yuzu-50a59487eb49baa229d553dd9a3c00aef20f799f.zip | |
qt: implement RequestExit for applets
Diffstat (limited to 'src/core/frontend/applets/cabinet.cpp')
| -rw-r--r-- | src/core/frontend/applets/cabinet.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/frontend/applets/cabinet.cpp b/src/core/frontend/applets/cabinet.cpp index 26c7fefe3..2d501eeae 100644 --- a/src/core/frontend/applets/cabinet.cpp +++ b/src/core/frontend/applets/cabinet.cpp | |||
| @@ -10,6 +10,8 @@ namespace Core::Frontend { | |||
| 10 | 10 | ||
| 11 | CabinetApplet::~CabinetApplet() = default; | 11 | CabinetApplet::~CabinetApplet() = default; |
| 12 | 12 | ||
| 13 | void DefaultCabinetApplet::Close() const {} | ||
| 14 | |||
| 13 | void DefaultCabinetApplet::ShowCabinetApplet( | 15 | void DefaultCabinetApplet::ShowCabinetApplet( |
| 14 | const CabinetCallback& callback, const CabinetParameters& parameters, | 16 | const CabinetCallback& callback, const CabinetParameters& parameters, |
| 15 | std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const { | 17 | std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const { |