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;