summaryrefslogtreecommitdiffhomepage
path: root/gui/mapping-window.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-17 22:14:45 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-17 22:32:05 +0200
commit2a7101c6544c7ce49ff6d306734a34b41a936166 (patch)
treeb57ea859b6ea766d964c4cdb0d9c3e39be026b1a /gui/mapping-window.hpp
parentcb7e947f37695f97b023a8261e4586704fd28ece (diff)
gui/mapping-window: update to new api
Diffstat (limited to 'gui/mapping-window.hpp')
-rw-r--r--gui/mapping-window.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/mapping-window.hpp b/gui/mapping-window.hpp
index aeaed211..cb589efc 100644
--- a/gui/mapping-window.hpp
+++ b/gui/mapping-window.hpp
@@ -14,7 +14,11 @@ private:
Mappings& m;
main_settings s;
- void closeEvent(QCloseEvent *) override { doCancel(); }
+ void closeEvent(QCloseEvent*) override;
+
+ void save_dialog();
+ void invalidate_dialog();
+
private slots:
void doOK();
void doCancel();