diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-02 17:01:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-02 17:02:55 -0700 |
commit | ff2ce399702d3a487316bfcc4b1fff01dbb8d309 (patch) | |
tree | 709b497e1981873b5301c68c0a906b874b7dd635 /qt-ui/mainwindow.h | |
parent | 021ef8ad09295a0ad4b5a3450a651637eea8672d (diff) | |
parent | 696c9ccacd24392ea63477c5ec8a25d6649aedf7 (diff) | |
download | subsurface-ff2ce399702d3a487316bfcc4b1fff01dbb8d309.tar.gz |
Merge branch 'tomaz-css' into Qt
Tomaz' code does a much better job of shading the dive list!
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index eece91ade..e94cb5b7c 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -8,6 +8,7 @@ #define MAINWINDOW_H #include <QMainWindow> +#include <QModelIndex> class QSortFilterProxyModel; class DiveTripModel; @@ -66,6 +67,8 @@ private Q_SLOTS: void on_actionAboutSubsurface_triggered(); void on_actionUserManual_triggered(); + void diveSelected(const QModelIndex& index); + protected: void closeEvent(QCloseEvent *); |