ryanmelt / qtbindings

An easy to install gem version of the Ruby bindings to Qt
http://github.com/ryanmelt/qtbindings
Other
340 stars 63 forks source link

Add checks to ensure Qt methods are only called from the main thread #122

Closed ghost closed 9 years ago

ghost commented 9 years ago

Add checks to ensure Qt methods are only called from the main thread. This will prevent many subtle memory corruption issues.