mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
temporary disable background thread
This commit is contained in:
parent
344d0ae3ec
commit
da5be9f01d
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue