1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
5945ceaa09 Fixed debug code 2024-03-12 09:56:35 +01:00
7728dba605 Removed BOM 2024-03-12 08:58:08 +01:00
275a9a2683 Removed BOM 2024-03-12 08:56:32 +01:00
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(QRect(_rect.topLeft(), _pixmap.size()));
//painter.drawRect(_rect);
_pixmap.convertFromImage(img);
}