TaskTree tasks: Make task naming consistent

Task-number: QTCREATORBUG-29102
Change-Id: I96dfde58b684a3b48704778b92cdf2f869bbb7b1
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:
Jarek Kobus
2023-05-18 19:14:39 +02:00
parent 376c1cf246
commit 5ae82a88cf
8 changed files with 28 additions and 28 deletions

View File

@@ -160,7 +160,7 @@ TaskItem GenericLinuxDeviceTesterPrivate::gathererTask() const
return Group {
optional,
PortGatherer(setup, done, error)
DeviceUsedPortsGathererTask(setup, done, error)
};
}