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

Added graph grid option

Code cleanup
This commit is contained in:
2016-10-17 23:14:07 +02:00
parent a6b2a477a1
commit 1160c6d385
15 changed files with 265 additions and 142 deletions

View File

@ -52,7 +52,8 @@ HEADERS += src/config.h \
src/graphitem.h \
src/graph.h \
src/pathitem.h \
src/pathview.h
src/pathview.h \
src/griditem.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -91,7 +92,8 @@ SOURCES += src/main.cpp \
src/routeitem.cpp \
src/graphitem.cpp \
src/pathitem.cpp \
src/pathview.cpp
src/pathview.cpp \
src/griditem.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx {