Printing: call print from printer class

This is the main function that prints dive lists.

Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Gehad elrobey 2015-05-30 15:20:01 +02:00 committed by Dirk Hohndel
parent b4e1563d10
commit 231f90bd26
2 changed files with 17 additions and 3 deletions

View file

@ -4,6 +4,7 @@
#include <QDialog>
#include <QPrinter>
#include "printoptions.h"
#include "printer.h"
class QProgressBar;
class PrintOptions;
@ -19,7 +20,8 @@ public:
private:
PrintOptions *optionsWidget;
QProgressBar *progressBar;
QPrinter printer;
Printer *printer;
QPrinter qprinter;
struct print_options printOptions;
private