1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-18 20:59:57 +00:00

now starting the i2pd daemon - uncommented emit start line

This commit is contained in:
hypnosis-i2p 2017-06-17 20:31:00 +08:00
parent 7bab92042a
commit 3a89f2c32f

View File

@ -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();