From e8f7ab14b5e6fae78b16df6ecb7fc31008d22fd4 Mon Sep 17 00:00:00 2001 From: Boudewijn Rempt Date: Fri, 12 Jun 2015 03:12:44 +0200 Subject: [PATCH] warnings--: unused parameter --- clients/aurorae/themes/plastik/code/plastikbutton.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/aurorae/themes/plastik/code/plastikbutton.cpp b/clients/aurorae/themes/plastik/code/plastikbutton.cpp index 594073c821..21f4b82e23 100644 --- a/clients/aurorae/themes/plastik/code/plastikbutton.cpp +++ b/clients/aurorae/themes/plastik/code/plastikbutton.cpp @@ -113,6 +113,7 @@ QPixmap PlastikButtonProvider::requestPixmap(const QString &id, QSize *size, con QPixmap PlastikButtonProvider::icon(ButtonIcon icon, int size, bool active, bool shadow) { + Q_UNUSED(active); if (size%2 == 0) --size;