diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 15:29:28 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 15:31:21 -0700 |
commit | fafaf0eef0a72727377738c9c71293272e270107 (patch) | |
tree | eb5da5689ce08c3f60769c853df3021f8364dcd0 /qt-ui/maintab.h | |
parent | 09403f37245e95d851d4470445729afab46fc0fe (diff) | |
download | subsurface-fafaf0eef0a72727377738c9c71293272e270107.tar.gz |
Cancel dive edit when escape key is pressed
Also seems intuitive. What's odd is that in the Planner you get a
confirmation dialog while here you don't. We should be consistent.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 4d6a0e139..fefe0f6c0 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -82,6 +82,7 @@ slots: void toggleTriggeredColumn(); void updateTextLabels(bool showUnits = true); QString trHemisphere(const char *orig); + void escDetected(void); private: Ui::MainTab ui; |