From 95d4b12f2900f13e5836cb460261c96889bdd4e5 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 25 Nov 2017 02:51:23 +0100 Subject: remove useless commit --- node/paintnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/paintnode.cpp') diff --git a/node/paintnode.cpp b/node/paintnode.cpp index 035334e..2770891 100644 --- a/node/paintnode.cpp +++ b/node/paintnode.cpp @@ -78,7 +78,7 @@ void PainterNode::run(ExecutionNode* previous) { QList diceList=previousDiceResult->getResultList(); int pastDice=0; - for(ColorItem item: m_colors) + foreach(ColorItem item, m_colors) { int current=item.colorNumber(); QList::iterator it; -- cgit v1.2.3-70-g09d2