some fixes inside sources

This commit is contained in:
2016-06-13 05:15:08 +03:00
parent 78b7a87c29
commit 5d9d551afe
2 changed files with 4 additions and 6 deletions

View File

@ -154,4 +154,6 @@ void GPULoadSource::updateValue()
break;
}
}
emit(dataReceived(m_values));
}