smemamian (30th March 2013)
I'm using this tutorial,plz look this address :
http://www.youtube.com/watch?v=PR6wV...1942A4688E9D63
c++ Qt 31 - QThread part 4 ...
I got the same error today.
QMutex: destroying locked mutex
Last edited by lunharis; 18th July 2013 at 13:34.
you have to first set the stop parameter false.
Also write in start button clicked like this myThread -> stop =false; and than myThread -> start();
Bookmarks