subsurface/core/subsurface-qt
Berthold Stoeger be763452ad DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based object
DiveObjectHelper is a tiny wrapper around dive * to allow access
to dive data from QML and grantlee. It doesn't have to be a
full-fledged QObject with support for signals, etc. Therefore,
turn it into a Q_GADGET based object. This allows us passing the
object around as object, not as pointer to DiveObjectHelper.
This makes memory-management distinctly easier.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-09-14 13:20:59 +02:00
..
CylinderObjectHelper.cpp Cleanup: turn CylinderObjectHelper into value type 2019-08-22 10:13:40 -07:00
CylinderObjectHelper.h Cleanup: turn CylinderObjectHelper into value type 2019-08-22 10:13:40 -07:00
DiveListNotifier.cpp Dive list: implement proper Qt-model semantics for DiveTripModel 2018-10-11 16:22:27 -07:00
DiveListNotifier.h Cleanup: unify selection signals 2019-06-23 20:08:46 +02:00
DiveObjectHelper.cpp DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based object 2019-09-14 13:20:59 +02:00
DiveObjectHelper.h DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based object 2019-09-14 13:20:59 +02:00