refactor+fix: do not delete LaunchController before we're done using it, unify code for handling LaunchController finishing

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-01-20 15:57:52 +05:00
parent f60535dd68
commit 4b72870d49
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
2 changed files with 8 additions and 31 deletions

View file

@ -221,8 +221,7 @@ class Application : public QApplication {
private slots:
void on_windowClose();
void messageReceived(const QByteArray& message);
void controllerSucceeded();
void controllerFailed(const QString& error);
void controllerFinished();
void setupWizardFinished(int status);
private: