I have a question about supporting of QtConcurrent in Qt for Symbian. I use Qt 4.6.2 but I'dont understant how to use QtConcurrent. All works fine on Wice platform in the same version of QT, but doesn't work on Symbian. How to enable QtConcurrent, QFuture, QFutureWatcher?
Big th开发者_StackOverflow社区anks in advance for your answers!
QtConcurrent and QFuture are not implemented in Qt for Symbian yet: see Qt bug about that: https://bugreports.qt.io/browse/QTBUG-5182
精彩评论