From 66ffab71ae6bd4731ba02987c108561ab90be75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 26 Nov 2016 18:06:08 +0100 Subject: NOISSUE allow killing the instance from main window --- application/MultiMC.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'application/MultiMC.h') diff --git a/application/MultiMC.h b/application/MultiMC.h index ae0ed531..9c9d0c8a 100644 --- a/application/MultiMC.h +++ b/application/MultiMC.h @@ -148,7 +148,8 @@ public: } public slots: - void launch(InstancePtr instance, bool online = true, BaseProfilerFactory *profiler = nullptr); + bool launch(InstancePtr instance, bool online = true, BaseProfilerFactory *profiler = nullptr); + bool kill(InstancePtr instance); private slots: /** -- cgit v1.2.3