temporary disable background thread

This commit is contained in:
orignal 2016-06-17 16:37:08 -04:00
parent 344d0ae3ec
commit da5be9f01d

View File

@ -146,12 +146,13 @@ namespace qt
w.show ();
int result;
{
i2p::qt::Controller daemonQtController(daemon);
/* i2p::qt::Controller daemonQtController(daemon);
qDebug("Starting the daemon...");
emit daemonQtController.startDaemon();
qDebug("Starting gui event loop...");
qDebug("Starting gui event loop...");*/
daemon.start ();
result = app.exec();
//QMessageBox::information(&w, "Debug", "exec finished");
daemon.stop ();
}
daemon.deinit();
//QMessageBox::information(&w, "Debug", "demon stopped");