mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
temporary disable background thread
This commit is contained in:
parent
344d0ae3ec
commit
da5be9f01d
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user