forked from qt-creator/qt-creator
TaskTree: Merge DynamicSetup with OnGroupSetup
Don't define 2 separate group setup items. Make OnGroupSetup be able to handle also dynamic setup - like it's done with CustomTask's setup handler. Change-Id: I43e135f268ea96419b44ef5a4325707a124b4921 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -184,7 +184,7 @@ TaskItem clangToolTask(const AnalyzeInputData &input,
|
||||
|
||||
const Group group {
|
||||
Storage(storage),
|
||||
DynamicSetup(onGroupSetup),
|
||||
OnGroupSetup(onGroupSetup),
|
||||
Group {
|
||||
optional,
|
||||
Process(onProcessSetup, onProcessDone, onProcessError)
|
||||
|
||||
Reference in New Issue
Block a user