Files
BloomPatched/src/Insight/InsightWorker/Tasks/GetTargetDescriptor.cpp

11 lines
286 B
C++
Raw Normal View History

#include "GetTargetDescriptor.hpp"
namespace Bloom
{
using TargetController::TargetControllerConsole;
void GetTargetDescriptor::run(TargetControllerConsole& targetControllerConsole) {
emit this->targetDescriptor(targetControllerConsole.getTargetDescriptor());
}
}