mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2c5fad73e8
commit
2d96139566
5 changed files with 130 additions and 139 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "divecartesianaxis.h"
|
||||
#include "divetextitem.h"
|
||||
#include "helpers.h"
|
||||
#include <subsurface-qt/SettingsObjectWrapper.h>
|
||||
#ifndef SUBSURFACE_MOBILE
|
||||
#include "preferences/preferencesdialog.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue