Printing: Remove the obsolete code from PrintDialog

We don't need any further calls to printLayout as it will be replaced by
Printer class that handles the new custom printing capability.
Also fix one coding style issue.

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 10:53:34 +02:00 committed by Dirk Hohndel
parent 0307ae98c2
commit 912606e1c7
2 changed files with 1 additions and 60 deletions

View file

@ -18,7 +18,6 @@ public:
private:
PrintOptions *optionsWidget;
PrintLayout *printLayout;
QProgressBar *progressBar;
QPrinter printer;
struct print_options printOptions;