I2P -> .NET

This commit is contained in:
Михаил Подивилов 2019-05-11 18:25:50 +03:00
parent f176f1909b
commit fdb0ce6703
272 changed files with 5702 additions and 8931 deletions

View file

@ -11,7 +11,7 @@
#include <QMutexLocker>
#include <QThread>
namespace i2p
namespace dotnet
{
namespace qt
{
@ -167,8 +167,8 @@ namespace qt
w.show ();
{
i2p::qt::Controller daemonQtController(daemon);
w.setI2PController(&daemonQtController);
dotnet::qt::Controller daemonQtController(daemon);
w.setDotNetController(&daemonQtController);
LogPrint(eLogDebug, "Starting the daemon...");
emit daemonQtController.startDaemon();
//daemon.start ();