Core: introduce new subsurface-string header

First small step to shrinking dive.h.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-05-11 08:25:41 -07:00
parent c71a5d7413
commit d577467f97
53 changed files with 140 additions and 68 deletions

View file

@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
#include "diveplannermodel.h"
#include "core/dive.h"
#include "core/subsurface-string.h"
#include "core/helpers.h"
#include "qt-models/cylindermodel.h"
#include "core/planner.h"

View file

@ -5,6 +5,7 @@
#include "core/divelist.h"
#include "core/helpers.h"
#include "core/dive.h"
#include "core/subsurface-string.h"
#include <QIcon>
#include <QDebug>

View file

@ -2,6 +2,7 @@
#include "qt-models/filtermodels.h"
#include "qt-models/models.h"
#include "core/display.h"
#include "core/subsurface-string.h"
#include "qt-models/divetripmodel.h"
#if !defined(SUBSURFACE_MOBILE)

View file

@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
#include "qt-models/weightmodel.h"
#include "core/dive.h"
#include "core/subsurface-string.h"
#include "core/gettextfromc.h"
#include "core/metrics.h"
#include "core/helpers.h"