cleanup: fix deprecated QFlags use

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-10-25 14:27:39 -07:00
parent 484a50b6a8
commit f871b8dfac
12 changed files with 18 additions and 18 deletions

View file

@ -17,8 +17,8 @@
template_options::color_palette_struct ssrf_colors, almond_colors, blueshades_colors, custom_colors;
PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f) :
QDialog(parent, f),
PrintDialog::PrintDialog(QWidget *parent) :
QDialog(parent, QFlag(0)),
printer(NULL),
qprinter(NULL)
{