mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
I2P -> .NET
This commit is contained in:
parent
f176f1909b
commit
fdb0ce6703
272 changed files with 5702 additions and 8931 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue