New GetTargetDescriptor insight worker task
This commit is contained in:
10
src/Insight/InsightWorker/Tasks/GetTargetDescriptor.cpp
Normal file
10
src/Insight/InsightWorker/Tasks/GetTargetDescriptor.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "GetTargetDescriptor.hpp"
|
||||
|
||||
namespace Bloom
|
||||
{
|
||||
using TargetController::TargetControllerConsole;
|
||||
|
||||
void GetTargetDescriptor::run(TargetControllerConsole& targetControllerConsole) {
|
||||
emit this->targetDescriptor(targetControllerConsole.getTargetDescriptor());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user