diff options
Diffstat (limited to 'desktop-widgets/templatelayout.h')
-rw-r--r-- | desktop-widgets/templatelayout.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/desktop-widgets/templatelayout.h b/desktop-widgets/templatelayout.h index e1c51eb0c..c7e3537aa 100644 --- a/desktop-widgets/templatelayout.h +++ b/desktop-widgets/templatelayout.h @@ -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(); |