mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-17 04:14:24 +02:00
Optimization
This commit is contained in:
@ -35,7 +35,7 @@ private slots:
|
||||
{
|
||||
for (int i = 0; i < _tiles.size(); i++) {
|
||||
Mapsforge::RasterTile &mt = _tiles[i];
|
||||
QPixmap pm(QPixmap::fromImage(mt.img()));
|
||||
const QPixmap &pm = mt.pixmap();
|
||||
if (pm.isNull())
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user