mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-11 08:46:32 -05: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