Threading issues on Linux
evanmrsampson opened this issue · comments
Evan M. R. Sampson commented
QObject::connect cannot queue arguments of type QTextCursor
Make sure qTextCursor is registered using qRegisterMetaType().
I believe this is a threading error, not sure.
Evan M. R. Sampson commented
Fixed in commit 672c0d2