warnings--: unused parameter

This commit is contained in:
Boudewijn Rempt 2015-06-12 03:12:44 +02:00
parent e946e5e0db
commit e8f7ab14b5

View file

@ -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;