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:
@@ -261,18 +261,18 @@ Group QnxDeployQtLibrariesDialogPrivate::deployRecipe()
|
||||
return TaskAction::Continue;
|
||||
};
|
||||
const Group root {
|
||||
OnGroupSetup(setupHandler),
|
||||
onGroupSetup(setupHandler),
|
||||
Group {
|
||||
optional,
|
||||
checkDirTask()
|
||||
},
|
||||
Group {
|
||||
OnGroupSetup(subGroupSetupHandler),
|
||||
onGroupSetup(subGroupSetupHandler),
|
||||
removeDirTask(),
|
||||
uploadTask(),
|
||||
chmodTree()
|
||||
},
|
||||
OnGroupDone(doneHandler)
|
||||
onGroupDone(doneHandler)
|
||||
};
|
||||
return root;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user