[apps/probability] In image table view, display the right image

corresponding to the type of calculation chosen

Change-Id: I7a1b6ef00d51088930de4df75a27530bec43f6e7
This commit is contained in:
Émilie Feral
2016-12-06 17:36:57 +01:00
parent 39bac510f5
commit 85db237036
3 changed files with 10 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ namespace Probability {
CalculationController::ContentView::ContentView(Responder * parentResponder, Law * law) :
m_lawCurveView(LawCurveView(law)),
m_imageTableView(ImageTableView(parentResponder))
m_imageTableView(ImageTableView(parentResponder, law))
{
}