summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2013-12-11 15:26:50 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-11 16:30:10 +0100
commit819bd109e512936e2094d4c4907ad7a14d8a674f (patch)
treef9cf59fbd54356b1f794b9592c18622c6068aeb7 /qt-ui/downloadfromdivecomputer.h
parentfe882ea58ea847c7f5746759cd1cca3e862acdbe (diff)
downloadsubsurface-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.h2
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: