mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove unused variable in QStyleHelper::drawDial()
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
dc113d18a3
commit
5ad83ffe31
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ void drawDial(const QStyleOptionSlider *option, QPainter *painter)
|
|||
buttonColor.setHsv(buttonColor .hue(),
|
||||
qMin(140, buttonColor .saturation()),
|
||||
qMax(180, buttonColor.value()));
|
||||
QColor shadowColor(0, 0, 0, 20);
|
||||
|
||||
if (enabled) {
|
||||
// Drop shadow
|
||||
|
|
Loading…
Add table
Reference in a new issue