Git commit fb6f3268e67345d803218779cd5756a0c8002f6d by Jos=C3=A9 Manuel San= tamar=C3=ADa Lema. Committed on 14/07/2016 at 18:56. Pushed by joselema into branch 'master'. GIT_SILENT: Fix indentation M +4 -4 src/models/kreallingredientsmodels.cpp http://commits.kde.org/krecipes/fb6f3268e67345d803218779cd5756a0c8002f6d diff --git a/src/models/kreallingredientsmodels.cpp b/src/models/kreallingr= edientsmodels.cpp index fe0aba1..8f0a47d 100644 --- a/src/models/kreallingredientsmodels.cpp +++ b/src/models/kreallingredientsmodels.cpp @@ -61,12 +61,12 @@ void KreAllIngredientsModels::ingredientCreatedDBSlot( = const KreIngredient & ing //Prepare the id item QStandardItem * itemId =3D new QStandardItem; itemId->setData( ingredient.id(), Qt::EditRole ); - itemId->setEditable( false ); + itemId->setEditable( false ); = - //Prepare the name item - QStandardItem *itemName =3D new QStandardItem( ingredient.name() ); + //Prepare the name item + QStandardItem *itemName =3D new QStandardItem( ingredient.name() ); itemName->setData( ingredient.name(), Qt::EditRole ); - itemName->setEditable( true ); + itemName->setEditable( true ); = //Add the new row to the source model QList itemList;