From b3c7ac156e1c4ac5d7455ce61e89549291ac85b1 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 20 May 2015 18:53:07 -0300 Subject: Nearly complete implementation of interaction. Interaction still does not work due to signals not being correctly emitted. --- pm.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pm.pro') diff --git a/pm.pro b/pm.pro index 1c6e26a..0d0f153 100644 --- a/pm.pro +++ b/pm.pro @@ -4,10 +4,12 @@ QMAKE_CXXFLAGS += -std=c++11 QMAKE_LIBS += -larmadillo HEADERS += colorscale.h \ scatterplot.h \ + interactionhandler.h \ mp.h SOURCES += main.cpp \ colorscale.cpp \ scatterplot.cpp \ + interactionhandler.cpp \ lamp.cpp \ forceScheme.cpp \ dist.cpp -- cgit v1.2.3