From 1a38587877a7bcfe015c885eda4a90dca8ac19f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 26 Sep 2017 19:04:37 +0200 Subject: NOISSUE Legacy migration success now closes the instance window --- application/InstanceWindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'application/InstanceWindow.h') diff --git a/application/InstanceWindow.h b/application/InstanceWindow.h index 7617965e..068c4288 100644 --- a/application/InstanceWindow.h +++ b/application/InstanceWindow.h @@ -40,6 +40,9 @@ public: // save all settings and changes (prepare for launch) bool saveAll(); + // request closing the window (from a page) + bool requestClose() override; + signals: void isClosing(); -- cgit v1.2.3