summaryrefslogtreecommitdiffstats
path: root/core/subsurface-qt/diveobjecthelper.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-12-15 15:43:06 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-17 13:03:56 -0800
commitcc5ebd741486c3231b50974959de2f5d842b8fa5 (patch)
tree8ef11506ff3f65956bc32025c8cf6438305ea822 /core/subsurface-qt/diveobjecthelper.h
parentae182c386b0b1b58ab25fc1fbc18c3618062e57f (diff)
downloadsubsurface-cc5ebd741486c3231b50974959de2f5d842b8fa5.tar.gz
printing: remove CylinderObjectHelper
With the removal of grantlee, this became pointless glue code. Call the formatting functions directly. Since the printing code was the only user of CylinderObjectHelper, remove the whole thing. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/subsurface-qt/diveobjecthelper.h')
-rw-r--r--core/subsurface-qt/diveobjecthelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/subsurface-qt/diveobjecthelper.h b/core/subsurface-qt/diveobjecthelper.h
index b76a9930f..30dee6bf7 100644
--- a/core/subsurface-qt/diveobjecthelper.h
+++ b/core/subsurface-qt/diveobjecthelper.h
@@ -2,7 +2,7 @@
#ifndef DIVE_QOBJECT_H
#define DIVE_QOBJECT_H
-#include "cylinderobjecthelper.h"
+#include "core/units.h"
#include <QObject>
#include <QString>
#include <QStringList>