aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericdirectuploadstep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/genericdirectuploadstep.cpp')
-rw-r--r--src/plugins/remotelinux/genericdirectuploadstep.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/genericdirectuploadstep.cpp b/src/plugins/remotelinux/genericdirectuploadstep.cpp
index 714404ec5b..4449284ea6 100644
--- a/src/plugins/remotelinux/genericdirectuploadstep.cpp
+++ b/src/plugins/remotelinux/genericdirectuploadstep.cpp
@@ -184,7 +184,7 @@ GroupItem GenericDirectUploadStep::statTree(const TreeStorage<UploadStorage> &st
QTC_ASSERT(file.isValid(), continue);
statList.append(statTask(storagePtr, file, statEndHandler));
}
- tree.setupRoot({statList});
+ tree.setRecipe({statList});
};
return TaskTreeTask(setupHandler);
}
@@ -261,7 +261,7 @@ GroupItem GenericDirectUploadStep::chmodTree(const TreeStorage<UploadStorage> &s
QTC_ASSERT(file.isValid(), continue);
chmodList.append(chmodTask(file));
}
- tree.setupRoot({chmodList});
+ tree.setRecipe({chmodList});
};
return TaskTreeTask(setupChmodHandler);
}