summaryrefslogtreecommitdiffstats
path: root/templatelayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'templatelayout.h')
-rw-r--r--templatelayout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/templatelayout.h b/templatelayout.h
index 854a16259..3826c6c00 100644
--- a/templatelayout.h
+++ b/templatelayout.h
@@ -14,6 +14,8 @@ public:
TemplateLayout(print_options *PrintOptions, template_options *templateOptions);
~TemplateLayout();
QString generate();
+ static QString readTemplate(QString template_name);
+ static void writeTemplate(QString template_name, QString grantlee_template);
private:
Grantlee::Engine *m_engine;