summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-01-08 10:52:54 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-08 07:42:25 -0800
commit55cc16d77df3c43504ab932329c8fc15412d11e4 (patch)
treea4167638d400231a502cbabf803be21b6fce39f0 /qt-ui/downloadfromdivecomputer.h
parent76725265fca15461931d9dc0e40ce1f73f903075 (diff)
downloadsubsurface-55cc16d77df3c43504ab932329c8fc15412d11e4.tar.gz
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>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r--qt-ui/downloadfromdivecomputer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h
index 799b0c991..c49ad9a40 100644
--- a/qt-ui/downloadfromdivecomputer.h
+++ b/qt-ui/downloadfromdivecomputer.h
@@ -37,6 +37,7 @@ public:
private:
int firstIndex;
int lastIndex;
+ bool *checkStates;
};
class DownloadFromDCWidget : public QDialog {