summaryrefslogtreecommitdiff
path: root/src/tools/clangrefactoringbackend/source/symbolindexertaskqueue.cpp
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2018-08-27 15:54:08 +0200
committerMarco Bubke <marco.bubke@qt.io>2018-09-03 09:40:03 +0000
commit2f41886c4bffa000bc5d661d7e9c6baa3b0c44ae (patch)
tree643a8f85babb69a2e57f48b124a83a86accb97a9 /src/tools/clangrefactoringbackend/source/symbolindexertaskqueue.cpp
parentc81070aa7d233eaf34982fbde0e847c4fdfe33c8 (diff)
downloadqt-creator-2f41886c4bffa000bc5d661d7e9c6baa3b0c44ae.tar.gz
ClangRefactoring: Process tasks after a task has been finished
It could be that processTasks is executed before the future is finished but in that case there are other tasks which will be called later. Change-Id: I9b1bfb6fdd642f23842b9c70d60d5b1552193b99 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'src/tools/clangrefactoringbackend/source/symbolindexertaskqueue.cpp')
-rw-r--r--src/tools/clangrefactoringbackend/source/symbolindexertaskqueue.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/clangrefactoringbackend/source/symbolindexertaskqueue.cpp b/src/tools/clangrefactoringbackend/source/symbolindexertaskqueue.cpp
index 7335a6ecdd..aa4fd38215 100644
--- a/src/tools/clangrefactoringbackend/source/symbolindexertaskqueue.cpp
+++ b/src/tools/clangrefactoringbackend/source/symbolindexertaskqueue.cpp
@@ -131,4 +131,9 @@ std::vector<std::size_t> SymbolIndexerTaskQueue::projectPartNumberIds(const Util
return ids;
}
+void SymbolIndexerTaskQueue::processTasks()
+{
+
+}
+
} // namespace ClangBackEnd