From kde-commits Thu Jul 14 19:07:23 2016 From: =?utf-8?q?Jos=C3=A9_Manuel_Santamar=C3=ADa_Lema?= Date: Thu, 14 Jul 2016 19:07:23 +0000 To: kde-commits Subject: [krecipes] src/models: GIT_SILENT: Fix indentation (silent) Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=146852325501512 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;