mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
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:
parent
f60535dd68
commit
4b72870d49
2 changed files with 8 additions and 31 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue