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

Do not duplicate Waypoints in POI search structures

This commit is contained in:
2017-07-06 09:37:44 +02:00
parent 141e0cb404
commit d85fbe5b48
4 changed files with 40 additions and 14 deletions

View File

@ -95,7 +95,8 @@ HEADERS += src/config.h \
src/maplist.h \
src/albersequal.h \
src/oddspinbox.h \
src/rectc.h
src/rectc.h \
src/searchpointer.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \