diff options
Diffstat (limited to 'desktop-widgets/templatelayout.h')
-rw-r--r-- | desktop-widgets/templatelayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/templatelayout.h b/desktop-widgets/templatelayout.h index 3b5c3b9b5..c25c9d4ea 100644 --- a/desktop-widgets/templatelayout.h +++ b/desktop-widgets/templatelayout.h @@ -27,7 +27,7 @@ class TemplateLayout : public QObject { Q_OBJECT public: TemplateLayout(const print_options &printOptions, const template_options &templateOptions); - QString generate(); + QString generate(bool in_planner); QString generateStatistics(); static QString readTemplate(QString template_name); static void writeTemplate(QString template_name, QString grantlee_template); |