mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Fixed Debug build
This commit is contained in:
parent
15fbd6d35e
commit
d46ac8435e
@ -182,7 +182,7 @@ QList<Area> DEM::tiles()
|
||||
#ifndef QT_NO_DEBUG
|
||||
QDebug operator<<(QDebug dbg, const DEM::Tile &tile)
|
||||
{
|
||||
dbg.nospace() << "Tile(" << tile.baseName() << ")";
|
||||
dbg.nospace() << "Tile(" << tile.fileName() << ")";
|
||||
return dbg.space();
|
||||
}
|
||||
#endif // QT_NO_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user