diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-08 12:54:53 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-08 12:54:53 -0800 |
commit | 0dd8d11a183e45b2dbab5664ce893f6534f3e442 (patch) | |
tree | 0017f2c9de349a23c43d1ea59d4f0ab147abc046 /qt-ui/downloadfromdivecomputer.h | |
parent | 3ae664b6dcf1adc08e49c928e293470835af04f0 (diff) | |
download | subsurface-0dd8d11a183e45b2dbab5664ce893f6534f3e442.tar.gz |
Dive d/l selection UI: hook up select / unselect all
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index 81a32f206..c010fa0fd 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -42,6 +42,8 @@ public: public slots: void changeSelected(QModelIndex index); + void selectAll(); + void selectNone(); private: int firstIndex; |