mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
1de1a85e32
commit
52e07a6306
3 changed files with 27 additions and 2 deletions
|
|
@ -25,6 +25,7 @@ public:
|
|||
public
|
||||
slots:
|
||||
void changeSelected(QModelIndex clickedIndex);
|
||||
void selectRow(int row);
|
||||
void selectAll();
|
||||
void selectNone();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue