mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-19 01:09:58 +00: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);
|
i2p::qt::Controller daemonQtController(daemon);
|
||||||
qDebug("Starting the daemon...");
|
qDebug("Starting the daemon...");
|
||||||
//DEBUG //emit daemonQtController.startDaemon();
|
emit daemonQtController.startDaemon();
|
||||||
//daemon.start ();
|
//daemon.start ();
|
||||||
qDebug("Starting GUI event loop...");
|
qDebug("Starting GUI event loop...");
|
||||||
result = app.exec();
|
result = app.exec();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user