mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
16214e753a
commit
0136d76cf4
7 changed files with 22 additions and 19 deletions
|
@ -9,6 +9,7 @@
|
|||
#include "core/settings/qPrefDivePlanner.h"
|
||||
#include "desktop-widgets/command.h"
|
||||
#include "core/gettextfromc.h"
|
||||
#include "core/deco.h"
|
||||
#include <QApplication>
|
||||
#include <QTextDocument>
|
||||
#include <QtConcurrent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue