forked from qt-creator/qt-creator
TaskTree: Replace usages of OnGroup... with onGroup... functions
Change-Id: I06ce6c917ac28b6362ad2cdef42355e5aa28f4eb Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -472,8 +472,8 @@ void BranchModel::refresh(const FilePath &workingDirectory, ShowError showError)
|
||||
const Group root {
|
||||
topRevisionProc,
|
||||
ProcessTask(setupForEachRef, forEachRefDone, forEachRefError),
|
||||
OnGroupDone(finalize),
|
||||
OnGroupError(finalize)
|
||||
onGroupDone(finalize),
|
||||
onGroupError(finalize)
|
||||
};
|
||||
d->refreshTask.reset(new TaskTree(root));
|
||||
d->refreshTask->start();
|
||||
|
||||
Reference in New Issue
Block a user