Browse Source

now starting the i2pd daemon - uncommented emit start line

pull/892/head
hypnosis-i2p 7 years ago
parent
commit
3a89f2c32f
  1. 2
      qt/i2pd_qt/DaemonQT.cpp

2
qt/i2pd_qt/DaemonQT.cpp

@ -162,7 +162,7 @@ namespace qt @@ -162,7 +162,7 @@ namespace qt
{
i2p::qt::Controller daemonQtController(daemon);
qDebug("Starting the daemon...");
//DEBUG //emit daemonQtController.startDaemon();
emit daemonQtController.startDaemon();
//daemon.start ();
qDebug("Starting GUI event loop...");
result = app.exec();

Loading…
Cancel
Save