summaryrefslogtreecommitdiffstats
path: root/src/printsupport
diff options
context:
space:
mode:
authorLaurent Montel <laurent.montel@kdab.com>2017-10-09 10:09:45 +0200
committerLaurent Montel <laurent.montel@kdab.com>2017-10-09 12:21:39 +0000
commitb4b36c9b5062c97d7a9d7c83113baa97777d2d32 (patch)
treeb29bbbfd01873d7867cfa7ab9f86d207ff91a490 /src/printsupport
parentf27e029ef2e8400b803cec1b17ffd4e244d8610a (diff)
Printsupport: Fix compilation on gcc with -Wpedantic
Change-Id: Ic17079e14e90801ed40fddb12d5c1af1b1fa14be Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'src/printsupport')
-rw-r--r--src/printsupport/kernel/qcups.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printsupport/kernel/qcups.cpp b/src/printsupport/kernel/qcups.cpp
index 1c9d522c1c..b9e162abe9 100644
--- a/src/printsupport/kernel/qcups.cpp
+++ b/src/printsupport/kernel/qcups.cpp
@@ -148,7 +148,7 @@ static inline QString bannerPageToString(const QCUPSSupport::BannerPage bannerPa
}
Q_UNREACHABLE();
return QString();
-};
+}
void QCUPSSupport::setBannerPages(QPrinter *printer, const BannerPage startBannerPage, const BannerPage endBannerPage)
{