mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 16:42:08 +02:00
make atp-client work again
This commit is contained in:
parent
d1037a49ae
commit
c4d909927a
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <DependencyManager.h>
|
||||
#include <SettingHandle.h>
|
||||
#include <AssetUpload.h>
|
||||
#include <StatTracker.h>
|
||||
|
||||
#include "ATPClientApp.h"
|
||||
|
||||
|
@ -137,6 +138,7 @@ ATPClientApp::ATPClientApp(int argc, char* argv[]) :
|
|||
Setting::init();
|
||||
DependencyManager::registerInheritance<LimitedNodeList, NodeList>();
|
||||
|
||||
DependencyManager::set<StatTracker>();
|
||||
DependencyManager::set<AccountManager>([&]{ return QString(HIGH_FIDELITY_ATP_CLIENT_USER_AGENT); });
|
||||
DependencyManager::set<AddressManager>();
|
||||
DependencyManager::set<NodeList>(NodeType::Agent, _listenPort);
|
||||
|
|
Loading…
Reference in a new issue