diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-12-11 15:26:50 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-11 16:30:10 +0100 |
commit | 819bd109e512936e2094d4c4907ad7a14d8a674f (patch) | |
tree | f9cf59fbd54356b1f794b9592c18622c6068aeb7 /qt-ui/downloadfromdivecomputer.h | |
parent | fe882ea58ea847c7f5746759cd1cca3e862acdbe (diff) | |
download | subsurface-819bd109e512936e2094d4c4907ad7a14d8a674f.tar.gz |
downloadfromdivecomputer.h: remove a forward declaration
The forward declaration of 'struct device_data_t' is not
needed as it already comes from '../libdivecomputer.h'.
Reported by the program cppcheck.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index 2c411cfc9..725dc787f 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -8,8 +8,6 @@ #include "../libdivecomputer.h" #include "ui_downloadfromdivecomputer.h" -struct device_data_t; - class DownloadThread : public QThread{ Q_OBJECT public: |