diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-07-26 19:13:23 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-07-28 11:39:19 +0300 |
commit | d41d79b549cdfb0ff3c785eae09a504a46fb4b96 (patch) | |
tree | 49ab30d6e1b3dc9460a323b9b09e9fee4097e198 /qt-ui/printoptions.h | |
parent | 6319f0efba30d0c6a3831f5bb9a072aede4690ab (diff) | |
download | subsurface-d41d79b549cdfb0ff3c785eae09a504a46fb4b96.tar.gz |
Printing: add the "Shades of blue" color theme
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r-- | qt-ui/printoptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h index 528c5ed4d..5a4ca3504 100644 --- a/qt-ui/printoptions.h +++ b/qt-ui/printoptions.h @@ -44,7 +44,7 @@ struct template_options { } }; -extern template_options::color_palette_struct almond_colors, custom_colors; +extern template_options::color_palette_struct almond_colors, blueshades_colors, custom_colors; // should be based on a custom QPrintDialog class class PrintOptions : public QWidget { |