diff options
author | Anton Lundin <glance@acc.umu.se> | 2019-09-06 23:17:49 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-09-11 17:21:50 +0100 |
commit | fcf5333bf2caf8eb34e31b9f7cd1d72bf4797115 (patch) | |
tree | ebc665a52913fba7c420cf629ff61934cbc30804 /desktop-widgets/printer.h | |
parent | 18644c89f66091bdde23c7e491c763b49ff4fe2a (diff) | |
download | subsurface-fcf5333bf2caf8eb34e31b9f7cd1d72bf4797115.tar.gz |
Add the ability to export print template as html
This way we can view the html generated from a print template, for
debugging, validation or printing via your favorite browser.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'desktop-widgets/printer.h')
-rw-r--r-- | desktop-widgets/printer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/printer.h b/desktop-widgets/printer.h index 9197c6891..cdc0acf09 100644 --- a/desktop-widgets/printer.h +++ b/desktop-widgets/printer.h @@ -40,6 +40,7 @@ public: ~Printer(); void print(); void previewOnePage(); + QString exportHtml(); signals: void progessUpdated(int value); |