mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Compare commits
3 Commits
ff50ffa003
...
5945ceaa09
Author | SHA1 | Date | |
---|---|---|---|
5945ceaa09 | |||
7728dba605 | |||
275a9a2683 |
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "common/textcodec.h"
|
||||
#include "common/textcodec.h"
|
||||
#include "map/gcs.h"
|
||||
#include "twonavparser.h"
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user