diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-07-15 23:36:14 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-07-18 05:42:55 -0700 |
commit | 0136d76cf4fd5c62f4224d2d721fce2b78097104 (patch) | |
tree | ab781ff11e5eeb480f1fdf7d8e99bd4765a4b59a /core/settings | |
parent | 16214e753adda16867184df8a57301a13f2e041c (diff) | |
download | subsurface-0136d76cf4fd5c62f4224d2d721fce2b78097104.tar.gz |
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 <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/settings')
-rw-r--r-- | core/settings/qPrefTechnicalDetails.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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"); |