diff options
Diffstat (limited to 'core/subsurface-qt/diveobjecthelper.h')
-rw-r--r-- | core/subsurface-qt/diveobjecthelper.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/subsurface-qt/diveobjecthelper.h b/core/subsurface-qt/diveobjecthelper.h index a1fddd1c8..b76a9930f 100644 --- a/core/subsurface-qt/diveobjecthelper.h +++ b/core/subsurface-qt/diveobjecthelper.h @@ -96,20 +96,6 @@ public: QString waterType; }; -// This is an extended version of DiveObjectHelper that also keeps track of cylinder data. -// It is used by grantlee to display structured cylinder data. -// Note: this grantlee feature is undocumented. If there turns out to be no users, we might -// want to remove this class. -class DiveObjectHelperGrantlee : public DiveObjectHelper { - Q_GADGET - Q_PROPERTY(QVector<CylinderObjectHelper> cylinderObjects MEMBER cylinderObjects CONSTANT) -public: - DiveObjectHelperGrantlee(); - DiveObjectHelperGrantlee(const struct dive *dive); - QVector<CylinderObjectHelper> cylinderObjects; -}; - Q_DECLARE_METATYPE(DiveObjectHelper) -Q_DECLARE_METATYPE(DiveObjectHelperGrantlee) #endif |