Fix clang develop build
A mismatch of enums after a rename. Change-Id: Ib28e4607f20583afcb9210fdef7f52d95c63e3dd Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
parent
6c3603f2ad
commit
dc2476c75e
@ -711,7 +711,7 @@ void QPrintDialogPrivate::selectPrinter(const QPrinter::OutputFormat outputForma
|
||||
case QPrint::DuplexNone:
|
||||
options.noDuplex->setChecked(true); break;
|
||||
case QPrint::DuplexLongSide:
|
||||
case QPrinter::DuplexAuto:
|
||||
case QPrint::DuplexAuto:
|
||||
options.duplexLong->setChecked(true); break;
|
||||
case QPrint::DuplexShortSide:
|
||||
options.duplexShort->setChecked(true); break;
|
||||
|
Loading…
Reference in New Issue
Block a user