np43 / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

QObject::MoveToThread brokes SerialPort on Windows #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Create QextSerialPort in secondary thread
2. Move it to main thread via 
"port->moveToThread(QApplication::instance()->thread());"

What is the expected output? What do you see instead?
Well, it should work.

What version of the product are you using? On what operating system?
changeset:   237:7140db6e24fb
branch:      debao_2.0

on Windows 7

Here is the fix for this issue: 
https://github.com/Tasssadar/Lorris/commit/0970837f68216bfdb70fb145f131e99753174
83e

Original issue reported on code.google.com by vbo...@gmail.com on 22 Apr 2012 at 2:41

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by dbzhang...@gmail.com on 23 Apr 2012 at 3:40