diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-24 12:39:40 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 09:07:34 -0700 |
commit | bc047238d4630c2090cbd424e26f6476b1cd435a (patch) | |
tree | 17a6da2c13d13d675cf6d194730a139631540d91 /qt-ui/diveplanner.h | |
parent | ba1c4fcec1760748846ff6ad14127409bed0a783 (diff) | |
download | subsurface-bc047238d4630c2090cbd424e26f6476b1cd435a.tar.gz |
Port the KeyPress actions to the new profile.
[Dirk Hohndel: combined two commits into one and cleaned up some
whitespace issues]
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 42bf1544f..10c907b39 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -125,12 +125,7 @@ public: DivePlannerGraphics(QWidget *parent = 0); private slots: - void keyEscAction(); - void keyDeleteAction(); - void keyUpAction(); - void keyDownAction(); - void keyLeftAction(); - void keyRightAction(); + }; #include "ui_diveplanner.h" |