mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
GH-1300 call application quit when direct launch instance quits
This commit is contained in:
@ -4,10 +4,12 @@
|
||||
#include <tools/BaseProfiler.h>
|
||||
|
||||
class ConsoleWindow;
|
||||
class LaunchController: public QObject
|
||||
class LaunchController: public Task
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
virtual void executeTask();
|
||||
|
||||
LaunchController(QObject * parent = nullptr);
|
||||
virtual ~LaunchController(){};
|
||||
|
||||
@ -28,8 +30,6 @@ public:
|
||||
m_parentWidget = widget;
|
||||
}
|
||||
|
||||
void launch();
|
||||
|
||||
private:
|
||||
void login();
|
||||
void launchInstance();
|
||||
|
Reference in New Issue
Block a user