summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/downloadfromdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2017-05-19 11:29:03 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-27 11:07:19 -0700
commitc370b876b2605f0b06b7c8089d47c1321ea0634f (patch)
tree4a8b5b8a8e6da436f948592513bce57b7ec671e9 /desktop-widgets/downloadfromdivecomputer.h
parent09904ddff525ccf3f1165956e0d2d5483290bf12 (diff)
downloadsubsurface-c370b876b2605f0b06b7c8089d47c1321ea0634f.tar.gz
Reduce the scope of variables
Those variables should have local scope, not class scope. We are using it only inside of pickDump/LogFile metohds. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/downloadfromdivecomputer.h')
-rw-r--r--desktop-widgets/downloadfromdivecomputer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/downloadfromdivecomputer.h b/desktop-widgets/downloadfromdivecomputer.h
index 399debc52..6365aa332 100644
--- a/desktop-widgets/downloadfromdivecomputer.h
+++ b/desktop-widgets/downloadfromdivecomputer.h
@@ -68,8 +68,6 @@ private:
QStringListModel *vendorModel;
QStringListModel *productModel;
void fill_device_list(int dc_type);
- QString logFile;
- QString dumpFile;
QTimer *timer;
bool dumpWarningShown;
OstcFirmwareCheck *ostcFirmwareCheck;