diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-09-26 19:04:37 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-09-26 19:04:37 +0200 |
commit | 1a38587877a7bcfe015c885eda4a90dca8ac19f4 (patch) | |
tree | 9c3205039fc2288f4dff8da98606139046f9d7cb /application/InstanceWindow.h | |
parent | 719f112f64b79ae78e0b1736355adfae81f6dcc0 (diff) | |
download | PrismLauncher-1a38587877a7bcfe015c885eda4a90dca8ac19f4.tar.gz PrismLauncher-1a38587877a7bcfe015c885eda4a90dca8ac19f4.tar.bz2 PrismLauncher-1a38587877a7bcfe015c885eda4a90dca8ac19f4.zip |
NOISSUE Legacy migration success now closes the instance window
Diffstat (limited to 'application/InstanceWindow.h')
-rw-r--r-- | application/InstanceWindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |