2022-09-07 22:21:50 +01:00
|
|
|
#include "GetTargetDescriptor.hpp"
|
|
|
|
|
|
|
|
|
|
namespace Bloom
|
|
|
|
|
{
|
2022-12-26 21:27:19 +00:00
|
|
|
using Services::TargetControllerService;
|
2022-09-07 22:21:50 +01:00
|
|
|
|
2022-12-26 21:27:19 +00:00
|
|
|
void GetTargetDescriptor::run(TargetControllerService& targetControllerService) {
|
|
|
|
|
emit this->targetDescriptor(targetControllerService.getTargetDescriptor());
|
2022-09-07 22:21:50 +01:00
|
|
|
}
|
|
|
|
|
}
|