Correct Event Loop Connections

This commit is contained in:
2019-11-20 21:42:12 -08:00
parent e928234c14
commit 997b3c5db0
6 changed files with 18 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ void StreamReader::run()
lWidth = lImage->GetWidth();
lHeight = lImage->GetHeight();
NewImage(lWidth, lHeight, lImage->GetDataPointer());
emit NewImage(lWidth, lHeight, lImage->GetDataPointer());
}
else
{