1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-14 19:04:23 +02:00

Code cleanup

This commit is contained in:
2015-11-25 23:58:46 +01:00
parent 5bd5b88be5
commit 0b4ee95591
17 changed files with 9 additions and 35 deletions

View File

@ -1,6 +1,7 @@
#include <QPainter>
#include "markeritem.h"
#define SIZE 8
MarkerItem::MarkerItem(QGraphicsItem *parent) : QGraphicsItem(parent)