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

@ -4,9 +4,10 @@
#include <QDateTime>
#include <QTextDocument>
#include "../qthelper.h"
#include "../helpers.h"
#include "../../qt-models/tankinfomodel.h"
#include "core/qthelper.h"
#include "core/helpers.h"
#include "core/subsurface-string.h"
#include "qt-models/tankinfomodel.h"
static QString EMPTY_DIVE_STRING = QStringLiteral("");
enum returnPressureSelector {START_PRESSURE, END_PRESSURE};