diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-26 09:18:57 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-26 09:18:57 -0800 |
commit | 5fca06c9e60bdbfb708006d14255d4c28e16aced (patch) | |
tree | ed7690320c325092bf91919e4e15aed9a716187b /qt-ui/downloadfromdivecomputer.h | |
parent | 06875c7cbd7ea58b947817416d02a604a79a765b (diff) | |
download | subsurface-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.h | 1 |
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(); |