1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-21 04:39:10 +02:00

Compare commits

..

No commits in common. "5945ceaa0950963307d3442668d04533477f8cf8" and "ff50ffa0032fb151ccdf717c53136d72e6a051a3" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/*
/*
WARNING: This code uses internal Qt API - the QZipReader class for reading
ZIP files - and things may break if Qt changes the API. For Qt5 this is not
a problem as we can "see the future" now and there are no changes in all

View File

@ -1,4 +1,4 @@
#include "common/textcodec.h"
#include "common/textcodec.h"
#include "map/gcs.h"
#include "twonavparser.h"

View File

@ -399,7 +399,7 @@ void RasterTile::render()
//painter.setPen(Qt::red);
//painter.setBrush(Qt::NoBrush);
//painter.setRenderHint(QPainter::Antialiasing, false);
//painter.drawRect(_rect);
//painter.drawRect(QRect(_rect.topLeft(), _pixmap.size()));
_pixmap.convertFromImage(img);
}