[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua, multithreading and Qt 4.8
- From: Michal Kottman <k0mpjut0r@...>
- Date: Sat, 10 Mar 2012 12:35:40 +0100
On 10 March 2012 09:23, Ralf Van Bogaert <ralf.vanbogaert@gmail.com> wrote:
> Does this mean lqt would also permit the use of QThread and other classes
> that use threads such as QFileSystemModel?
It does not allow the use of QThread (yet). However, if I handle the
threading issue, I will definitely think about enabling QThread. Even
if I do not allow the creation of threads, I will need to handle
access from other threads. I was not aware of the problems with
QFileSystemModel, so I'll check it.