[Interest] Qt Android 9 bug?

Vlad Stelmahovsky vladstelmahovsky at gmail.com
Tue Nov 26 09:39:44 CET 2019


> It seems your knowledge of Qt is not very good. I think you need
to do some googling on how to use QThread properly :)
ohh. I got you point. probably you better knows how to help yourself. good
luck

On Tue, Nov 26, 2019 at 8:52 AM Alexander Dyagilev <alervdvcw at gmail.com>
wrote:

>
> On 11/26/2019 10:29 AM, Vlad Stelmahovsky wrote:
> > 1. quit guarantees only quit from event loop.
>
> yes, i know it.
>
> > wait() will wait maximum INT_MAX milliseconds and then return false
>
>
> yes, and this guarantees that QThread object will not be destroyed until
> thread is finished.
>
> i.e.
>
> thread->quit(); thread->wait(); delete thread;
>
> thread not finished --> wait never returns --> QThread destructor never
> called.
>
> > 2. So you did not created any threads? it was not clear from your
> > initial message
>
> I do. It seems your knowledge of Qt is not very good. I think you need
> to do some googling on how to use QThread properly :)
>
>
>

-- 
Best regards,
Vlad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20191126/716776c1/attachment.html>


More information about the Interest mailing list