restart button now has a handler

This commit is contained in:
hypnosis-i2p 2017-07-28 11:59:45 +08:00
parent a83be187f3
commit 3118d7bede
3 changed files with 27 additions and 0 deletions

View file

@ -161,6 +161,7 @@ namespace qt
{
i2p::qt::Controller daemonQtController(daemon);
w.setI2PController(&daemonQtController);
qDebug("Starting the daemon...");
emit daemonQtController.startDaemon();
//daemon.start ();