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:
Tomaz Canabrava 2017-05-29 20:36:00 +02:00 committed by Dirk Hohndel
parent 1de1a85e32
commit 52e07a6306
3 changed files with 27 additions and 2 deletions

View file

@ -25,6 +25,7 @@ public:
public
slots:
void changeSelected(QModelIndex clickedIndex);
void selectRow(int row);
void selectAll();
void selectNone();