summaryrefslogtreecommitdiffstats
path: root/qt-ui/templateedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/templateedit.h')
-rw-r--r--qt-ui/templateedit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-ui/templateedit.h b/qt-ui/templateedit.h
index dc38d11fc..296005652 100644
--- a/qt-ui/templateedit.h
+++ b/qt-ui/templateedit.h
@@ -2,6 +2,7 @@
#define TEMPLATEEDIT_H
#include <QDialog>
+#include "templatelayout.h"
namespace Ui {
class TemplateEdit;
@@ -23,10 +24,13 @@ private slots:
void on_colorpalette_currentIndexChanged(int index);
+ void on_TemplateEdit_finished(int result);
+
private:
Ui::TemplateEdit *ui;
struct template_options *templateOptions;
struct print_options *printOptions;
+ QString grantlee_template;
};
#endif // TEMPLATEEDIT_H