1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Filter parameters adjustment

This commit is contained in:
Martin Tůma 2016-03-25 13:11:26 +01:00
parent 1928b579ab
commit e05069d653

View File

@ -5,9 +5,9 @@
#define WINDOW_EF 3 #define WINDOW_EF 3
#define WINDOW_SE 11 #define WINDOW_SE 11
#define WINDOW_SF 11 #define WINDOW_SF 7
#define WINDOW_HE 7 #define WINDOW_HE 11
#define WINDOW_HF 5 #define WINDOW_HF 3
static bool lt(const QPointF &p1, const QPointF &p2) static bool lt(const QPointF &p1, const QPointF &p2)
{ {