mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
printing: move #includes from headers to source files
To decrease include-file interdependencies. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2239ffe13c
commit
fa6eb6144b
10 changed files with 39 additions and 21 deletions
|
@ -2,13 +2,14 @@
|
|||
#ifndef TEMPLATELAYOUT_H
|
||||
#define TEMPLATELAYOUT_H
|
||||
|
||||
#include <QStringList>
|
||||
#include "mainwindow.h"
|
||||
#include "printoptions.h"
|
||||
#include "core/statistics.h"
|
||||
#include "core/qthelper.h"
|
||||
#include "core/subsurface-qt/diveobjecthelper.h"
|
||||
#include "core/subsurface-qt/cylinderobjecthelper.h" // TODO: remove once grantlee supports Q_GADGET objects
|
||||
#include <QStringList>
|
||||
|
||||
class DiveObjectHelperGrantlee;
|
||||
class CylinderObjectHelper;
|
||||
struct print_options;
|
||||
struct template_options;
|
||||
class QTextStream;
|
||||
|
||||
int getTotalWork(const print_options &printOptions);
|
||||
void find_all_templates();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue