Inserimento Led, Modifiche Layout
[qmemory] / testThread.cpp
index e8d0477..4c7dfb6 100644 (file)
@@ -53,14 +53,14 @@ void TestThread::updateCaption(int inputUser){
         {
             index++;
             _score++;
-
+            emit score(_score);
             if(index==sequenza.size()){
                 attendiInputUtente=false;
                 index=0;
             }
         }
         else{
-            emit score(_score);
+            emit exit(_score);
             _score=0;
             sequenza.clear();
             index=0;