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

Some more tool tips related changes

This commit is contained in:
2016-08-02 00:28:56 +02:00
parent 7de08d116a
commit dafadbab60
12 changed files with 140 additions and 36 deletions

View File

@ -46,7 +46,8 @@ HEADERS += src/config.h \
src/temperaturegraph.h \
src/graphtab.h \
src/misc.h \
src/trackitem.h
src/trackitem.h \
src/tooltip.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -80,7 +81,8 @@ SOURCES += src/main.cpp \
src/trackpoint.cpp \
src/misc.cpp \
src/waypoint.cpp \
src/trackitem.cpp
src/trackitem.cpp \
src/tooltip.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx {