debug operator fixed
This commit is contained in:
parent
d1fa45174b
commit
42d48c4649
@ -101,7 +101,7 @@ QDebug operator<<( QDebug debug, const QskBoxBorderMetrics& metrics )
|
||||
debug.nospace();
|
||||
|
||||
debug << "BoxBorder" << '(';
|
||||
debug << metrics.sizeMode() << metrics.widths();
|
||||
debug << metrics.sizeMode() << ',' << metrics.widths();
|
||||
debug << ')';
|
||||
|
||||
return debug;
|
||||
|
Loading…
x
Reference in New Issue
Block a user