aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-25 19:55:52 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-25 19:55:52 +0100
commit60a0bfb863aa2a05bafd943423c284f5c2d68863 (patch)
treef6faae437cbdd6b10a37a64161865f69650b13e1 /pm.pro
parent6adb0f62c7a51b77725dc5cfe37ba59ab8f8cc73 (diff)
Scatterplots & splat now share the same scaling.
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/pm.pro b/pm.pro
index f864b96..5678c22 100644
--- a/pm.pro
+++ b/pm.pro
@@ -14,7 +14,9 @@ HEADERS += main.h \
colormap.h \
historygraph.h \
barchart.h \
- interactionhandler.h \
+ manipulationhandler.h \
+ mapscalehandler.h \
+ numericrange.h \
selectionhandler.h \
projectionobserver.h \
skelft.h \
@@ -29,7 +31,8 @@ SOURCES += main.cpp \
colormap.cpp \
historygraph.cpp \
barchart.cpp \
- interactionhandler.cpp \
+ manipulationhandler.cpp \
+ mapscalehandler.cpp \
selectionhandler.cpp \
projectionobserver.cpp \
skelft_core.cpp \