aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/printdialog.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-06-29 03:16:19 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-07-05 21:00:25 +0300
commita600ea5201f55a3182cb24a0553d02aefad2c51b (patch)
treec356e41924ef3b39c4aa5dec6420b1574e518566 /qt-ui/printdialog.h
parentff594c65e3597f53164302f79df05c0b5e70980c (diff)
downloadsubsurface-a600ea5201f55a3182cb24a0553d02aefad2c51b.tar.gz
Printing: add template_options struct that contains template
The template_options struct holds the settings variables in the code. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/printdialog.h')
-rw-r--r--qt-ui/printdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/printdialog.h b/qt-ui/printdialog.h
index a34037442..a00c4c5d9 100644
--- a/qt-ui/printdialog.h
+++ b/qt-ui/printdialog.h
@@ -6,6 +6,7 @@
#include <QPrinter>
#include "printoptions.h"
#include "printer.h"
+#include "templateedit.h"
class QProgressBar;
class PrintOptions;
@@ -24,6 +25,7 @@ private:
Printer *printer;
QPrinter qprinter;
struct print_options printOptions;
+ struct template_options templateOptions;
private
slots: