Correct Event Loop Connections
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user