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>
This commit is contained in:
Gehad elrobey 2015-07-26 19:13:23 +02:00 committed by Lubomir I. Ivanov
parent 6319f0efba
commit d41d79b549
4 changed files with 26 additions and 6 deletions

View file

@ -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 {