mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-14 19:04:23 +02:00
Added slider info
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
#define SIZE 8
|
||||
|
||||
MarkerItem::MarkerItem()
|
||||
MarkerItem::MarkerItem(QGraphicsItem *parent) : QGraphicsItem(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user