summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/printdialog.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/printdialog.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/printdialog.h')
-rw-r--r--desktop-widgets/printdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/printdialog.h b/desktop-widgets/printdialog.h
index 51cee8214..f03abaff2 100644
--- a/desktop-widgets/printdialog.h
+++ b/desktop-widgets/printdialog.h
@@ -33,6 +33,7 @@ private
slots:
void onFinished();
void previewClicked();
+ void exportHtmlClicked();
void printClicked();
void onPaintRequested(QPrinter *);
void createPrinterObj();