mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-21 20:14:28 -04: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