mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-23 19:25:54 +01:00
Fixed debug builds
This commit is contained in:
parent
496065b549
commit
890985bacd
@ -796,7 +796,7 @@ QDebug operator<<(QDebug dbg, const Mapsforge::MapData::Tag &tag)
|
||||
QDebug operator<<(QDebug dbg, const MapData::Path &path)
|
||||
{
|
||||
dbg.nospace() << "Path(" << path.poly.boundingRect() << ", "
|
||||
<< path.tags << ")";
|
||||
<< path.point.tags << ")";
|
||||
return dbg.space();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user