diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-08-06 20:39:38 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-08-15 15:02:28 +0300 |
commit | 1a2f154cf49041a223e5801328beb68cb8b42442 (patch) | |
tree | 760a83589a37015120873830639ca9b1820b4686 /printer.h | |
parent | f05e9c5c79aa6be153759837cc67fdf3c9980021 (diff) | |
download | subsurface-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |