From 6a8bb3691b9e30bcb90003eead34b287010cf17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 2 May 2017 01:43:18 +0200 Subject: GH-1874 do not allow updating while an instance is running This is a nasty hack. Proper solution will require moving all update related functionality out of the main window. Running instances and updating should be mutually exclusive. --- application/MainWindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'application/MainWindow.h') diff --git a/application/MainWindow.h b/application/MainWindow.h index e8a22b4d..2a70f17c 100644 --- a/application/MainWindow.h +++ b/application/MainWindow.h @@ -54,6 +54,7 @@ public: void checkInstancePathForProblems(); + void updatesAllowedChanged(bool allowed); signals: void isClosing(); -- cgit v1.2.3