summaryrefslogtreecommitdiffstats
path: root/printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'printer.h')
-rw-r--r--printer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/printer.h b/printer.h
index 3b574d126..1974d46c1 100644
--- a/printer.h
+++ b/printer.h
@@ -11,10 +11,17 @@ private:
QPrinter *printer;
QWebView *webView;
void render();
+ int done;
+
+private slots:
+ void templateProgessUpdated(int value);
public:
Printer(QPrinter *printer);
void print();
+
+signals:
+ void progessUpdated(int value);
};
#endif //PRINTER_H