mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core/settings: change bestmixend to int, to allow qml to work
depth_t is a good struct in C, but bad in QML. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
c0b78d69d9
commit
a037578015
5 changed files with 14 additions and 21 deletions
|
@ -54,7 +54,7 @@ HANDLE_PREFERENCE_INT(DivePlanner, "ascrate50", ascrate50);
|
|||
|
||||
HANDLE_PREFERENCE_INT(DivePlanner, "ascrate75", ascrate75);
|
||||
|
||||
HANDLE_PREFERENCE_STRUCT(DivePlanner, depth_t, "bestmixend", bestmixend, mm);
|
||||
HANDLE_PREFERENCE_STRUCT(DivePlanner, "bestmixend", bestmixend, mm);
|
||||
|
||||
HANDLE_PREFERENCE_INT(DivePlanner, "bottompo2", bottompo2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue