Fixed compilation error
This commit is contained in:
parent
3b42d1f418
commit
b6f5da57d6
|
@ -26,5 +26,5 @@ void MainWindow::setInstructions(vector<Instruction> instructions){
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::setIngredients(vector<Ingredient> ingredients){
|
void MainWindow::setIngredients(vector<Ingredient> ingredients){
|
||||||
ui->listView
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue