summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-10 10:45:13 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-10 10:49:00 -0700
commite69dbebf21a8bf7c5d02a12d93069e99d363ea64 (patch)
treee8d1ef57805d58f646a4ce0ac1ac87d771b55226 /qt-ui/mainwindow.h
parent56c4cced536b8b1bb7282f263deb24640632e884 (diff)
downloadsubsurface-e69dbebf21a8bf7c5d02a12d93069e99d363ea64.tar.gz
Make nextDC and previousDC work and assign shortcuts
Cursor right and left now work again to switch between divecomputers. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 3b35d44e5..b76199a8b 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -82,7 +82,7 @@ private:
bool askSaveChanges();
void readSettings();
void writeSettings();
-
+ void redrawProfile();
};
#endif