diff options
Diffstat (limited to 'desktop-widgets/templatelayout.h')
-rw-r--r-- | desktop-widgets/templatelayout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/templatelayout.h b/desktop-widgets/templatelayout.h index 3b574c0db..da3dc177c 100644 --- a/desktop-widgets/templatelayout.h +++ b/desktop-widgets/templatelayout.h @@ -21,14 +21,12 @@ class TemplateLayout : public QObject { Q_OBJECT public: TemplateLayout(print_options *PrintOptions, template_options *templateOptions); - ~TemplateLayout(); QString generate(); QString generateStatistics(); static QString readTemplate(QString template_name); static void writeTemplate(QString template_name, QString grantlee_template); private: - Grantlee::Engine *m_engine; print_options *PrintOptions; template_options *templateOptions; |