summaryrefslogtreecommitdiffstats
path: root/qt-ui/printoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r--qt-ui/printoptions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h
index 5a4ca3504..2e2e2a9f4 100644
--- a/qt-ui/printoptions.h
+++ b/qt-ui/printoptions.h
@@ -46,6 +46,12 @@ struct template_options {
extern template_options::color_palette_struct almond_colors, blueshades_colors, custom_colors;
+enum color_palette {
+ ALMOND,
+ BLUESHADES,
+ CUSTOM
+};
+
// should be based on a custom QPrintDialog class
class PrintOptions : public QWidget {
Q_OBJECT