diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2017-05-29 20:36:00 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-29 12:01:02 -0700 |
commit | 52e07a63065a8207da6ebf81be6c9c1b9c901d4a (patch) | |
tree | 113e38e70d6462d6748b758ad24ae37779cb09d4 /qt-models/diveimportedmodel.h | |
parent | 1de1a85e32176bf4d4bcd63d69b5cb83ff1cdc2d (diff) | |
download | subsurface-52e07a63065a8207da6ebf81be6c9c1b9c901d4a.tar.gz |
QML UI: select / unselect dive by clicking on it
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/diveimportedmodel.h')
-rw-r--r-- | qt-models/diveimportedmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/diveimportedmodel.h b/qt-models/diveimportedmodel.h index 240f7f4b5..21674480d 100644 --- a/qt-models/diveimportedmodel.h +++ b/qt-models/diveimportedmodel.h @@ -25,6 +25,7 @@ public: public slots: void changeSelected(QModelIndex clickedIndex); + void selectRow(int row); void selectAll(); void selectNone(); |