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:
Allan Sandfeld Jensen 2018-05-31 17:13:55 +02:00
parent 6c3603f2ad
commit dc2476c75e

View File

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