1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-30 03:44:14 +00:00

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 (); w.show ();
int result; int result;
{ {
i2p::qt::Controller daemonQtController(daemon); /* i2p::qt::Controller daemonQtController(daemon);
qDebug("Starting the daemon..."); qDebug("Starting the daemon...");
emit daemonQtController.startDaemon(); emit daemonQtController.startDaemon();
qDebug("Starting gui event loop..."); qDebug("Starting gui event loop...");*/
daemon.start ();
result = app.exec(); result = app.exec();
//QMessageBox::information(&w, "Debug", "exec finished"); daemon.stop ();
} }
daemon.deinit(); daemon.deinit();
//QMessageBox::information(&w, "Debug", "demon stopped"); //QMessageBox::information(&w, "Debug", "demon stopped");