Printsupport: Fix compilation on gcc with -Wpedantic

Change-Id: Ic17079e14e90801ed40fddb12d5c1af1b1fa14be
Reviewed-by: David Faure <david.faure@kdab.com>
This commit is contained in:
Laurent Montel 2017-10-09 10:09:45 +02:00
parent f27e029ef2
commit b4b36c9b50

View File

@ -148,7 +148,7 @@ static inline QString bannerPageToString(const QCUPSSupport::BannerPage bannerPa
} }
Q_UNREACHABLE(); Q_UNREACHABLE();
return QString(); return QString();
}; }
void QCUPSSupport::setBannerPages(QPrinter *printer, const BannerPage startBannerPage, const BannerPage endBannerPage) void QCUPSSupport::setBannerPages(QPrinter *printer, const BannerPage startBannerPage, const BannerPage endBannerPage)
{ {