views:

48

answers:

1

Hi all!

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 thanks in advance for your answers!

+2  A: 

QtConcurrent and QFuture are not implemented in Qt for Symbian yet: see Qt bug about that: http://bugreports.qt.nokia.com/browse/QTBUG-5182?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel

Tuminoid
+1 for referencing the Qt bug tracker
Gareth Stockwell