mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-22 10:25:45 +00: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