mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
76725265fc
commit
55cc16d77d
2 changed files with 14 additions and 6 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
private:
|
||||
int firstIndex;
|
||||
int lastIndex;
|
||||
bool *checkStates;
|
||||
};
|
||||
|
||||
class DownloadFromDCWidget : public QDialog {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue