Tasking::Tree: Rename Tree into TaskTreeTask

Task-number: QTCREATORBUG-29102
Change-Id: I70073bcb44a712c427c8c5aea42c48dbc30eebe0
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2023-05-09 23:43:18 +02:00
parent b05666d5c5
commit c68a013a3e
7 changed files with 12 additions and 12 deletions

View File

@@ -150,7 +150,7 @@ DiffFilesController::DiffFilesController(IDocument *document)
const Group root = {
Storage(storage),
Tree(setupTree),
TaskTreeTask(setupTree),
OnGroupDone(onTreeDone),
OnGroupError(onTreeError)
};