From b6f5da57d64cc02e2e99bf049cbe22bdb76bfa30 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Mon, 12 Feb 2018 14:25:35 +0100 Subject: [PATCH] Fixed compilation error --- userInterface/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userInterface/mainwindow.cpp b/userInterface/mainwindow.cpp index 895af29..eacb5ba 100644 --- a/userInterface/mainwindow.cpp +++ b/userInterface/mainwindow.cpp @@ -26,5 +26,5 @@ void MainWindow::setInstructions(vector instructions){ } void MainWindow::setIngredients(vector ingredients){ - ui->listView + }