forked from qt-creator/qt-creator
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:
@@ -472,7 +472,7 @@ ShowController::ShowController(IDocument *document, const QString &id)
|
||||
OnGroupSetup(desciptionDetailsSetup),
|
||||
ProcessTask(setupBranches, onBranchesDone, onBranchesError),
|
||||
ProcessTask(setupPrecedes, onPrecedesDone, onPrecedesError),
|
||||
Tree(setupFollows)
|
||||
TaskTreeTask(setupFollows)
|
||||
}
|
||||
},
|
||||
Group {
|
||||
|
||||
Reference in New Issue
Block a user