Open OlegJakushkin opened 11 years ago
Because OutThread is in main thread but Test is in OutThread.
May be this link will be usefull: http://codethis.wordpress.com/2011/04/04/using-qthread-without-subclassing/ http://mayaposch.wordpress.com/2011/11/01/how-to-really-truly-use-qthreads-the-full-explanation/ http://habrahabr.ru/post/150274/
So I tried to modify test sample presented with lib to something like:
yet it cannot create a connection from another thread and talls me:
How to fix QAMQP in order to support new threads?