mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:44:32 +02:00
PR feedback
This commit is contained in:
parent
07531353e4
commit
3b4f5d36a5
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
#include <SharedUtil.h>
|
#include <SharedUtil.h>
|
||||||
#include <ShutdownEventListener.h>
|
#include <ShutdownEventListener.h>
|
||||||
#include <SoundCache.h>
|
#include <SoundCache.h>
|
||||||
|
#include <ResourceScriptingInterface.h>
|
||||||
|
|
||||||
#include "AssignmentFactory.h"
|
#include "AssignmentFactory.h"
|
||||||
#include "AssignmentActionFactory.h"
|
#include "AssignmentActionFactory.h"
|
||||||
|
@ -61,6 +62,7 @@ AssignmentClient::AssignmentClient(Assignment::Type requestAssignmentType, QStri
|
||||||
|
|
||||||
DependencyManager::registerInheritance<EntityActionFactoryInterface, AssignmentActionFactory>();
|
DependencyManager::registerInheritance<EntityActionFactoryInterface, AssignmentActionFactory>();
|
||||||
auto actionFactory = DependencyManager::set<AssignmentActionFactory>();
|
auto actionFactory = DependencyManager::set<AssignmentActionFactory>();
|
||||||
|
DependencyManager::set<ResourceScriptingInterface>();
|
||||||
|
|
||||||
// setup a thread for the NodeList and its PacketReceiver
|
// setup a thread for the NodeList and its PacketReceiver
|
||||||
QThread* nodeThread = new QThread(this);
|
QThread* nodeThread = new QThread(this);
|
||||||
|
|
Loading…
Reference in a new issue