hide unused variable

wilder-pre-rebase
Hugo Pereira Da Costa 12 years ago
parent 12082af273
commit 36173d77b0
  1. 1
      kstyle/breezehelper.cpp

@ -1358,6 +1358,7 @@ namespace Breeze
#if QT_VERSION >= 0x050300
return pixmap.devicePixelRatio();
#else
Q_UNUSED(pixmap);
return 1;
#endif
}

Loading…
Cancel
Save