aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/templateedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/templateedit.h')
-rw-r--r--qt-ui/templateedit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/templateedit.h b/qt-ui/templateedit.h
index 21cbc0321..15b717f78 100644
--- a/qt-ui/templateedit.h
+++ b/qt-ui/templateedit.h
@@ -26,8 +26,11 @@ private slots:
void on_buttonBox_clicked(QAbstractButton *button);
+ void colorSelect(QAbstractButton *button);
+
private:
Ui::TemplateEdit *ui;
+ QButtonGroup *btnGroup;
struct template_options *templateOptions;
struct template_options newTemplateOptions;
struct print_options *printOptions;