summaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-04-23 23:17:19 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-24 10:40:12 -0700
commit9386eb2a0b8bd2540fef524c62b988858c64c445 (patch)
tree2214e24fef9bacbeeda8b5d373a4c255612b7e63 /core/qthelper.h
parent3d4698c0a19c452bc322d4be529c7036c61c8c4d (diff)
downloadsubsurface-9386eb2a0b8bd2540fef524c62b988858c64c445.tar.gz
cleanup: move get_dc_nickname from qthelper.cpp to divecomputer.cpp
1) qthelper is already huge. 2) set_dc_nickname et al. is already there. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r--core/qthelper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/qthelper.h b/core/qthelper.h
index a074e70cd..093cdaad3 100644
--- a/core/qthelper.h
+++ b/core/qthelper.h
@@ -2,7 +2,6 @@
#ifndef QTHELPER_H
#define QTHELPER_H
-#include <stdint.h>
#include <libxslt/transform.h>
#include <libxslt/xsltutils.h>
#include "core/pref.h"
@@ -60,7 +59,6 @@ QString get_pressure_unit();
QString getSubsurfaceDataPath(QString folderToFind);
QString getPrintingTemplatePathUser();
QString getPrintingTemplatePathBundle();
-QString get_dc_nickname(const char *model, uint32_t deviceid);
int gettimezoneoffset(timestamp_t when = 0);
int parseDurationToSeconds(const QString &text);
int parseLengthToMm(const QString &text);