11 lines
286 B
C++
11 lines
286 B
C++
|
|
#include "GetTargetDescriptor.hpp"
|
||
|
|
|
||
|
|
namespace Bloom
|
||
|
|
{
|
||
|
|
using TargetController::TargetControllerConsole;
|
||
|
|
|
||
|
|
void GetTargetDescriptor::run(TargetControllerConsole& targetControllerConsole) {
|
||
|
|
emit this->targetDescriptor(targetControllerConsole.getTargetDescriptor());
|
||
|
|
}
|
||
|
|
}
|