mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 22:12:33 -07:00
qt: implement RequestExit for applets
This commit is contained in:
@@ -65,10 +65,12 @@ public:
|
||||
explicit QtProfileSelector(GMainWindow& parent);
|
||||
~QtProfileSelector() override;
|
||||
|
||||
void Close() const override;
|
||||
void SelectProfile(SelectProfileCallback callback_) const override;
|
||||
|
||||
signals:
|
||||
void MainWindowSelectProfile() const;
|
||||
void MainWindowRequestExit() const;
|
||||
|
||||
private:
|
||||
void MainWindowFinishedSelection(std::optional<Common::UUID> uuid);
|
||||
|
Reference in New Issue
Block a user