[Development] Evolving Qt's multithreading API
Corentin Jabot
corentin.jabot at gmail.com
Fri Feb 22 15:28:44 CET 2013
2013/2/22 André Somers <andre at familiesomers.nl>
> If only QFuture allowed you to connect... Unfortunately, it is not a
> QObject
Oh yeah, I almost forgot that bit. And somehow it looks like the core issue.
I wonder why by the way:
We could have something like QObject <- QFutureBase (with all
requiered signals/slots) <- QFuture<T>
or is there something I'm not seeing ?
Of course now its too late, but we could introduce something new, like
QFutureObject ?
Corentin
More information about the Development
mailing list