[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [krecipes] src/models: GIT_SILENT: Fix indentation (silent)
From:       José_Manuel_Santamaría_Lema <panfaust () gmail ! com>
Date:       2016-07-14 19:07:23
Message-ID: E1bNlyl-0004u2-W6 () code ! kde ! org
[Download RAW message or body]

Git commit fb6f3268e67345d803218779cd5756a0c8002f6d by José Manuel Santamaría 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/kreallingredientsmodels.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 = new QStandardItem;
 	itemId->setData( ingredient.id(), Qt::EditRole );
-        itemId->setEditable( false );
+	itemId->setEditable( false );
 
-        //Prepare the name item
-        QStandardItem *itemName = new QStandardItem( ingredient.name() );
+	//Prepare the name item
+	QStandardItem *itemName = 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<QStandardItem*> itemList;

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic