1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-31 17:15:14 +01:00

Removed forgotten debug stuff

This commit is contained in:
Martin Tůma 2023-05-04 09:51:42 +02:00
parent af58893cbe
commit a4a54101a3

View File

@ -476,7 +476,6 @@ void KMZMap::draw(QPainter *painter, const QRectF &rect, int mapIndex)
pm.setDevicePixelRatio(_mapRatio); pm.setDevicePixelRatio(_mapRatio);
painter->drawPixmap(pr.topLeft(), pm, sr); painter->drawPixmap(pr.topLeft(), pm, sr);
QPixmapCache::insert(key, pm); QPixmapCache::insert(key, pm);
qDebug() << key;
} }
//painter->setPen(Qt::red); //painter->setPen(Qt::red);