2022-09-07 22:21:50 +01:00
|
|
|
#include "GetTargetDescriptor.hpp"
|
|
|
|
|
|
2023-08-13 15:47:51 +01:00
|
|
|
using Services::TargetControllerService;
|
2022-09-07 22:21:50 +01:00
|
|
|
|
2023-08-13 15:47:51 +01:00
|
|
|
void GetTargetDescriptor::run(TargetControllerService& targetControllerService) {
|
|
|
|
|
emit this->targetDescriptor(targetControllerService.getTargetDescriptor());
|
2022-09-07 22:21:50 +01:00
|
|
|
}
|