mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Correctly track parent of print dialog
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6332976c3d
commit
5ca13b0024
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <QPrintPreviewDialog>
|
||||
#include <QPrintDialog>
|
||||
|
||||
PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f)
|
||||
PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f)
|
||||
{
|
||||
// options template (are we storing these in the settings?)
|
||||
struct options tempOptions = {options::PRETTY, 0, 2, false, 65, 15, 12};
|
||||
|
|
Loading…
Add table
Reference in a new issue