diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-04-10 09:42:14 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-10 10:53:03 -0700 |
commit | 3f3869ff650229e99262ee07b14e1d14ca973d10 (patch) | |
tree | 7508ff4e13d831855551d6737d0373e67e126470 /profile-widget | |
parent | 34657f62ae5209b2f1c44efde053aba43e783e5e (diff) | |
download | subsurface-3f3869ff650229e99262ee07b14e1d14ca973d10.tar.gz |
media: move picture function from dive.c to picture.c
Currently, move only those functions that do not access dive
structures.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/profilewidget2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index a162f8782..fb5680eb5 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -3,6 +3,7 @@ #include "qt-models/diveplotdatamodel.h" #include "core/subsurface-string.h" #include "core/qthelper.h" +#include "core/picture.h" #include "core/profile.h" #include "core/settings/qPrefDisplay.h" #include "core/settings/qPrefTechnicalDetails.h" |