From 0136d76cf4fd5c62f4224d2d721fce2b78097104 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 15 Jul 2019 23:36:14 +0200 Subject: Cleanup: move deco function declarations to deco.h Another tiny step in making dive.h smaller: move function declarations to deco.h if these functions are defined in deco.c and don't directly concern dives. Signed-off-by: Berthold Stoeger --- core/settings/qPrefTechnicalDetails.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/settings') diff --git a/core/settings/qPrefTechnicalDetails.cpp b/core/settings/qPrefTechnicalDetails.cpp index 78e2c13d0..22cea8c74 100644 --- a/core/settings/qPrefTechnicalDetails.cpp +++ b/core/settings/qPrefTechnicalDetails.cpp @@ -1,8 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 #include "qPrefTechnicalDetails.h" #include "qPrefPrivate.h" - - +#include "core/deco.h" static const QString group = QStringLiteral("TecDetails"); -- cgit v1.2.3-70-g09d2