Correctly track parent of print dialog

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-02-12 06:26:25 -08:00
parent 6332976c3d
commit 5ca13b0024

View file

@ -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};