mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
now starting the i2pd daemon - uncommented emit start line
This commit is contained in:
parent
7bab92042a
commit
3a89f2c32f
|
@ -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…
Reference in a new issue