diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-10-27 20:37:08 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-27 14:35:50 -0700 |
commit | 8f89d3cbec0988a1d9e59e0636872c4795d2b44e (patch) | |
tree | 0a8f5455dc489697ab8c32acf7133a0afed6de97 /qt-ui/configuredivecomputerdialog.h | |
parent | d835e6342d1e23ca06faa5f6b386cdce6de86869 (diff) | |
download | subsurface-8f89d3cbec0988a1d9e59e0636872c4795d2b44e.tar.gz |
Remove now obsolete forward declaration
We now include the Ui header file, so we can remove the forward
declaration.
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, 0 insertions, 4 deletions
diff --git a/qt-ui/configuredivecomputerdialog.h b/qt-ui/configuredivecomputerdialog.h index 9d4068baf..27fe11a11 100644 --- a/qt-ui/configuredivecomputerdialog.h +++ b/qt-ui/configuredivecomputerdialog.h @@ -7,10 +7,6 @@ #include "../libdivecomputer.h" #include "configuredivecomputer.h" -namespace Ui { -class ConfigureDiveComputerDialog; -} - class ConfigureDiveComputerDialog : public QDialog { Q_OBJECT |