mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive d/l selection UI: hook up select / unselect all
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3ae664b6dc
commit
0dd8d11a18
2 changed files with 22 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ public:
|
|||
public
|
||||
slots:
|
||||
void changeSelected(QModelIndex index);
|
||||
void selectAll();
|
||||
void selectNone();
|
||||
|
||||
private:
|
||||
int firstIndex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue