From dc2476c75e749d1c04f2b12d54f408afa201ae37 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 31 May 2018 17:13:55 +0200 Subject: Fix clang develop build A mismatch of enums after a rename. Change-Id: Ib28e4607f20583afcb9210fdef7f52d95c63e3dd Reviewed-by: Michael Weghorn Reviewed-by: Andy Shaw --- src/printsupport/dialogs/qprintdialog_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/printsupport/dialogs') diff --git a/src/printsupport/dialogs/qprintdialog_unix.cpp b/src/printsupport/dialogs/qprintdialog_unix.cpp index 9e89277c43..5390a8b2f2 100644 --- a/src/printsupport/dialogs/qprintdialog_unix.cpp +++ b/src/printsupport/dialogs/qprintdialog_unix.cpp @@ -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; -- cgit v1.2.3