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

Handle the tooltips pixel accurate

This commit is contained in:
2019-10-16 19:22:55 +02:00
parent 9c96e7124a
commit 0c1a123cd9
3 changed files with 55 additions and 13 deletions

View File

@ -320,7 +320,8 @@ SOURCES += src/main.cpp \
src/GUI/pathtickitem.cpp \
src/map/IMG/textitem.cpp \
src/data/csv.cpp \
src/data/cupparser.cpp
src/data/cupparser.cpp \
src/GUI/graphicsscene.cpp
greaterThan(QT_MAJOR_VERSION, 4) {
HEADERS += src/data/geojsonparser.h