From 2d9613956618105030611f7c785d7dbdd5c5c672 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 25 Jan 2016 16:49:51 -0200 Subject: Changed quite a few shorts to bool on the c++ implementtion The shorts where being used on the preferences since a long while and we cannot just simply change them to bool since this could break the preferences files, so work around that by changing them to booleans, since it's the correct type for a true / false answer. Also, move some plot curves to the new settings style Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- profile-widget/divecartesianaxis.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'profile-widget/divecartesianaxis.cpp') diff --git a/profile-widget/divecartesianaxis.cpp b/profile-widget/divecartesianaxis.cpp index 41d6bc3e4..2c3b7fe79 100644 --- a/profile-widget/divecartesianaxis.cpp +++ b/profile-widget/divecartesianaxis.cpp @@ -1,6 +1,7 @@ #include "divecartesianaxis.h" #include "divetextitem.h" #include "helpers.h" +#include #ifndef SUBSURFACE_MOBILE #include "preferences/preferencesdialog.h" #endif -- cgit v1.2.3-70-g09d2