From 9386eb2a0b8bd2540fef524c62b988858c64c445 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 23 Apr 2020 23:17:19 +0200 Subject: 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 --- core/qthelper.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/qthelper.h') 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 #include #include #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); -- cgit v1.2.3-70-g09d2