subsurface/core/subsurface-qt
Berthold Stoeger 1037c15b98 mobile: remove DiveObjectHelper code
When editing a dive, a DiveObjectHelper of the unmodified dive
was created to compare the edited with the old values. Since
the DiveObjectHelper is used here only as a pointless wrapper
around the formatting functions, call these functions directly.

However, note that the code is in principle wrong since the
change to the mobile-models, which do not use the DiveObjectHelper.
The real fix would be to reload the data from the model to prevent
going out-of-sync with respect to the formatting routines!

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2020-12-17 13:03:56 -08:00
..
divelistnotifier.cpp Cleanup: lower-case filenames in core/subsurface-qt/ 2020-02-04 02:16:46 +01:00
divelistnotifier.h preferences: create global settingsChanged signal 2020-12-12 15:52:40 -08:00
diveobjecthelper.cpp printing: remove DiveObjectHelper from printing code 2020-12-17 13:03:56 -08:00
diveobjecthelper.h mobile: remove DiveObjectHelper code 2020-12-17 13:03:56 -08:00