diff --git a/app/fourasmodule.cpp b/app/fourasmodule.cpp index ff143cd..f64d572 100644 --- a/app/fourasmodule.cpp +++ b/app/fourasmodule.cpp @@ -57,14 +57,18 @@ bool FourasModule::messageHandler(Message msg) QString finalString = "_"; for(int i=0; i str.size()) + if(nbRevealed == str.size()) { answer = say(QString("%1 - Perdu ! La réponse était : %2").arg(current).arg(str)); current = -1;