1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Added initial support for track/route graphs differentiation

This commit is contained in:
2016-08-16 00:27:54 +02:00
parent d20d94ef05
commit 7993e4dcb3
15 changed files with 375 additions and 129 deletions

View File

@ -49,7 +49,8 @@ HEADERS += src/config.h \
src/trackitem.h \
src/tooltip.h \
src/route.h \
src/routeitem.h
src/routeitem.h \
src/graphitem.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \