summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-26 09:18:57 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-26 09:18:57 -0800
commit5fca06c9e60bdbfb708006d14255d4c28e16aced (patch)
treeed7690320c325092bf91919e4e15aed9a716187b /qt-ui/downloadfromdivecomputer.h
parent06875c7cbd7ea58b947817416d02a604a79a765b (diff)
downloadsubsurface-5fca06c9e60bdbfb708006d14255d4c28e16aced.tar.gz
Display warning that dives won't be downloaded when enabling libdc dump
The warning is only shown once per session. 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 cb09a9f6d..943a1aa43 100644
--- a/qt-ui/downloadfromdivecomputer.h
+++ b/qt-ui/downloadfromdivecomputer.h
@@ -70,6 +70,7 @@ private:
QString logFile;
QString dumpFile;
QTimer *timer;
+ bool dumpWarningShown;
public:
bool preferDownloaded();