summaryrefslogtreecommitdiffstats
path: root/printer.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-08-06 20:39:38 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-08-15 15:02:28 +0300
commit1a2f154cf49041a223e5801328beb68cb8b42442 (patch)
tree760a83589a37015120873830639ca9b1820b4686 /printer.h
parentf05e9c5c79aa6be153759837cc67fdf3c9980021 (diff)
downloadsubsurface-1a2f154cf49041a223e5801328beb68cb8b42442.tar.gz
Printing: add statistics print
Add statistics table print option. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'printer.h')
-rw-r--r--printer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/printer.h b/printer.h
index b4cf3ac2a..c0775fa4b 100644
--- a/printer.h
+++ b/printer.h
@@ -38,6 +38,7 @@ public:
Printer(QPaintDevice *paintDevice, print_options *printOptions, template_options *templateOptions, PrintMode printMode);
~Printer();
void print();
+ void print_statistics();
void previewOnePage();
signals: