debug operator simplified
This commit is contained in:
parent
46d2b20df0
commit
19f01c0232
@ -595,16 +595,11 @@ QDebug operator<<( QDebug debug, const QskGradient& gradient )
|
|||||||
|
|
||||||
case QskGradient::Stops:
|
case QskGradient::Stops:
|
||||||
{
|
{
|
||||||
debug << "S()";
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( gradient.stops().isEmpty() )
|
if ( !gradient.stops().isEmpty() )
|
||||||
{
|
|
||||||
debug << " ()";
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
if ( gradient.isMonochrome() )
|
if ( gradient.isMonochrome() )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user