summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/printer.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2019-09-06 23:17:49 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-11 17:21:50 +0100
commitfcf5333bf2caf8eb34e31b9f7cd1d72bf4797115 (patch)
treeebc665a52913fba7c420cf629ff61934cbc30804 /desktop-widgets/printer.h
parent18644c89f66091bdde23c7e491c763b49ff4fe2a (diff)
downloadsubsurface-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.h1
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);