From 8122ac01552c631b14ea096117c775ff6509ea24 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 3 Apr 2016 14:29:21 +0200 Subject: change contact link. --- parsingtoolbox.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parsingtoolbox.cpp') diff --git a/parsingtoolbox.cpp b/parsingtoolbox.cpp index 1c9dc90..7a52c65 100644 --- a/parsingtoolbox.cpp +++ b/parsingtoolbox.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * @@ -100,8 +100,8 @@ bool ParsingToolBox::readArithmeticOperator(QString &str, ScalarOperatorNode::Ar { bool found = false; //QHash::Iterator - auto i = m_arithmeticOperation->begin(); - for(; i !=m_arithmeticOperation->end() && !found; ++i) + + for(auto i = m_arithmeticOperation->begin() ; i !=m_arithmeticOperation->end() && !found; ++i) { if(str.startsWith(i.key())) { -- cgit v1.2.3-70-g09d2