diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-05-27 21:19:13 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-27 15:37:50 -0700 |
commit | b76a0f0b97a463bffeeb263e583dc6ed06302a6a (patch) | |
tree | 83a90b41188eda2fc5bf674e2388b54c961e9841 /qt-ui/configuredivecomputerdialog.h | |
parent | 4321ef1d88d33e8eb2763d7ec54bcb59e21a285e (diff) | |
download | subsurface-b76a0f0b97a463bffeeb263e583dc6ed06302a6a.tar.gz |
Wire gui for diagnostic logs from dc configuration
This copies peaces from the downloadfromdivecomputer dialog into the
configuredivecomputerdialog and connects them to be able to create a
logfile form the configuration of the divecomputer.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.h')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-ui/configuredivecomputerdialog.h b/qt-ui/configuredivecomputerdialog.h index b2e4ff636..e41479f32 100644 --- a/qt-ui/configuredivecomputerdialog.h +++ b/qt-ui/configuredivecomputerdialog.h @@ -58,6 +58,8 @@ public: private slots: + void checkLogFile(int state); + void pickLogFile(); void readSettings(); void resetSettings(); void configMessage(QString msg); @@ -78,6 +80,8 @@ slots: private: Ui::ConfigureDiveComputerDialog ui; + QString logFile; + QStringList vendorList; QHash<QString, QStringList> productList; |