mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-07 08:02:50 +02:00
Improved debug output
This commit is contained in:
@ -58,6 +58,8 @@ void RectC::unite(const Coordinates &c)
|
||||
|
||||
QDebug operator<<(QDebug dbg, const RectC &rect)
|
||||
{
|
||||
const bool ais = dbg.autoInsertSpaces();
|
||||
dbg.nospace() << "RectC(" << rect.topLeft() << ", " << rect.size() << ")";
|
||||
dbg.setAutoInsertSpaces(ais);
|
||||
return dbg.maybeSpace();
|
||||
}
|
||||
|
Reference in New Issue
Block a user