Try calling with the template type explicitly specified, I guess something like
Qt Code:
WordCount total = QtConcurrent::blockingMappedReduced<WordCount>(files.begin(), files.end(), wordMapFn, wordReduceFn);To copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks