From 7676a38ea8a06d3d31228cb7eb1be00f90de46d3 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 7 Jan 2016 15:10:20 +0100 Subject: Added a bar chart. * HistoryGraph replaced by BarChart * HistoryGraph not removed from code, might be useful in the future --- pm.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pm.pro') diff --git a/pm.pro b/pm.pro index 0a76551..54476c8 100644 --- a/pm.pro +++ b/pm.pro @@ -12,6 +12,7 @@ HEADERS += main.h \ scatterplot.h \ voronoisplat.h \ historygraph.h \ + barchart.h \ interactionhandler.h \ selectionhandler.h \ effectivenessobserver.h \ @@ -28,6 +29,7 @@ SOURCES += main.cpp \ scatterplot.cpp \ voronoisplat.cpp \ historygraph.cpp \ + barchart.cpp \ interactionhandler.cpp \ selectionhandler.cpp \ effectivenessobserver.cpp \ -- cgit v1.2.3