mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make Subsurface compile with NO_PRINTING set
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9bda2e2d82
commit
1cf31eeaf9
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "printoptions.h"
|
||||
#include "printer.h"
|
||||
|
||||
#ifndef NO_PRINTING
|
||||
class QProgressBar;
|
||||
class PrintOptions;
|
||||
class PrintLayout;
|
||||
|
@ -31,4 +32,5 @@ slots:
|
|||
void printClicked();
|
||||
void onPaintRequested(QPrinter *);
|
||||
};
|
||||
#endif
|
||||
#endif // PRINTDIALOG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue