warnings--: unused parameter
This commit is contained in:
parent
e946e5e0db
commit
e8f7ab14b5
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ QPixmap PlastikButtonProvider::requestPixmap(const QString &id, QSize *size, con
|
||||||
|
|
||||||
QPixmap PlastikButtonProvider::icon(ButtonIcon icon, int size, bool active, bool shadow)
|
QPixmap PlastikButtonProvider::icon(ButtonIcon icon, int size, bool active, bool shadow)
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(active);
|
||||||
if (size%2 == 0)
|
if (size%2 == 0)
|
||||||
--size;
|
--size;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue