mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: remove the print_options struct from display.h
Move print_options struct to printoptions.h, its more relevant to be placed here. 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
1cff998f84
commit
b4e1563d10
4 changed files with 12 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <QDialog>
|
||||
#include <QPrinter>
|
||||
#include "../display.h"
|
||||
#include "printoptions.h"
|
||||
|
||||
class QProgressBar;
|
||||
class PrintOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue