mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
indentation
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
14ae7fc867
commit
c07636dc89
1 changed files with 1 additions and 1 deletions
|
@ -1238,7 +1238,7 @@ void QColorShower::setRgb(QRgb rgb)
|
|||
void QColorShower::setHsv(int h, int s, int v)
|
||||
{
|
||||
if (h < -1 || (uint)s > 255 || (uint)v > 255)
|
||||
return;
|
||||
return;
|
||||
|
||||
hue = h; val = v; sat = s;
|
||||
QColor c;
|
||||
|
|
Loading…
Add table
Reference in a new issue