Dive d/l selection UI: hook up select / unselect all

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-08 12:54:53 -08:00
parent 3ae664b6dc
commit 0dd8d11a18
2 changed files with 22 additions and 0 deletions

View file

@ -42,6 +42,8 @@ public:
public
slots:
void changeSelected(QModelIndex index);
void selectAll();
void selectNone();
private:
int firstIndex;