aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-09-24 17:48:33 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-09-24 17:48:33 -0300
commit56c9ebb2e41bd0487199ed95838cd9e1c1d9dd8d (patch)
tree22a05cbba90350fa99665cf71036f035c8e7dbc6 /pm.pro
parent815e94416bdf6bdd012e744c359f0b086da6b6af (diff)
Added placeholder object for history graph; smaller main window.
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/pm.pro b/pm.pro
index 48c4d35..6d67c88 100644
--- a/pm.pro
+++ b/pm.pro
@@ -5,6 +5,7 @@ QMAKE_LIBS += -larmadillo -fopenmp
HEADERS += colorscale.h \
continuouscolorscale.h \
scatterplot.h \
+ historygraph.h \
interactionhandler.h \
selectionhandler.h \
effectivenessobserver.h \
@@ -16,6 +17,7 @@ SOURCES += main.cpp \
colorscale.cpp \
continuouscolorscale.cpp \
scatterplot.cpp \
+ historygraph.cpp \
interactionhandler.cpp \
selectionhandler.cpp \
effectivenessobserver.cpp \