summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppsourceprocessor.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-12-16 14:58:04 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2016-01-13 13:00:52 +0000
commit0e012a835b4d7e086eb954a210a10871dc28726e (patch)
tree8c5acea09c118e9a01cceaa844befcb660b501d3 /src/plugins/cpptools/cppsourceprocessor.cpp
parent54779131c5b208756eafca2f9515e17f7a20eb48 (diff)
downloadqt-creator-0e012a835b4d7e086eb954a210a10871dc28726e.tar.gz
File search: Avoid use of QtConcurrent
QtConcurrent limits resource usage to a global number of simultaneous threads. That means that if some QtConcurrent based algorithm currently grabs all threads, any other use of QtConcurrent blocks, which is not what we want. Use the new threading methods of C++11 instead, but still use QFuture(Interface) manually for the progress, result and status reporting. Task-number: QTCREATORBUG-14640 Change-Id: I6379d2f2a01b6d200811ef4be0bbfcd4493dd154 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cpptools/cppsourceprocessor.cpp')
0 files changed, 0 insertions, 0 deletions