mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
0307ae98c2
commit
912606e1c7
2 changed files with 1 additions and 60 deletions
|
@ -18,7 +18,6 @@ public:
|
|||
|
||||
private:
|
||||
PrintOptions *optionsWidget;
|
||||
PrintLayout *printLayout;
|
||||
QProgressBar *progressBar;
|
||||
QPrinter printer;
|
||||
struct print_options printOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue