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

Added support for time graphs

This commit is contained in:
2016-09-19 00:56:10 +02:00
parent aa461a04b1
commit 3e421c6aba
35 changed files with 715 additions and 564 deletions

View File

@ -50,7 +50,9 @@ HEADERS += src/config.h \
src/tooltip.h \
src/route.h \
src/routeitem.h \
src/graphitem.h
src/graphitem.h \
src/graph.h \
src/pathitem.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \