On terça-feira, 19 de março de 2013 14.56.47, Hugo Drumond Jacob wrote:
> No problem! In fact, we are using!  It's just a question about
> QThread::wait and QThread::sleep: "It's safe use QThread::wait in
> other situation that not synchronously QThread::terminate ?" and you
> already answered: yes. Maybe not for this point of our application in
> specific, but is normal usage.

They are two very different methods and do not do remotely the same thing.
Asking about the two together in the same breath would suggest that you do not
understand what they are or what you're trying to do.

Anyway, QThread::wait() is perfectly safe to use. It's QThread::terminate()
that is not safe.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to