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

Allow only odd window sizes for moving average filter

This commit is contained in:
2017-05-22 23:41:01 +02:00
parent d54f22d3f0
commit aff7b1c13f
5 changed files with 53 additions and 12 deletions

View File

@ -93,7 +93,8 @@ HEADERS += src/config.h \
src/ozf.h \
src/datum.h \
src/maplist.h \
src/albersequal.h
src/albersequal.h \
src/oddspinbox.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -160,7 +161,8 @@ SOURCES += src/main.cpp \
src/ozf.cpp \
src/datum.cpp \
src/maplist.cpp \
src/albersequal.cpp
src/albersequal.cpp \
src/oddspinbox.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts \