1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Fixed Debug build

This commit is contained in:
Martin Tůma 2024-05-01 10:27:39 +02:00
parent 15fbd6d35e
commit d46ac8435e

View File

@ -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