Dive d/l selection UI: Add the check states

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-01-08 10:52:54 -02:00 committed by Dirk Hohndel
parent 76725265fc
commit 55cc16d77d
2 changed files with 14 additions and 6 deletions

View file

@ -37,6 +37,7 @@ public:
private:
int firstIndex;
int lastIndex;
bool *checkStates;
};
class DownloadFromDCWidget : public QDialog {