qt forms now work!

This commit is contained in:
hypnosis-i2p 2017-01-28 16:01:34 +08:00
parent 5b769869d0
commit f202fb9af6
4 changed files with 794 additions and 219 deletions

View file

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