summaryrefslogtreecommitdiffstats
path: root/printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'printer.h')
-rw-r--r--printer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/printer.h b/printer.h
index 5bb6e4169..cba82e607 100644
--- a/printer.h
+++ b/printer.h
@@ -16,9 +16,11 @@ private:
QPrinter *printer;
QWebView *webView;
print_options *printOptions;
+ QSize pageSize;
+ int done;
+ int dpi;
void render();
void putProfileImage(QRect box, QRect viewPort, QPainter *painter, struct dive *dive, QPointer<ProfileWidget2> profile);
- int done;
private slots:
void templateProgessUpdated(int value);