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

Redesigned track data filtering

This commit is contained in:
2016-11-05 17:33:29 +01:00
parent 584245785e
commit b9098c0dc5
7 changed files with 134 additions and 74 deletions

View File

@ -64,7 +64,9 @@ HEADERS += src/config.h \
src/trackdata.h \
src/routedata.h \
src/fitparser.h \
src/format.h
src/format.h \
src/path.h \
src/assert.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \