mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
qt: daemon now operates in the background thread; added Quit GUI button
This commit is contained in:
parent
3e912c6198
commit
1b35f68de9
12 changed files with 360 additions and 43 deletions
10
Daemon.cpp
10
Daemon.cpp
|
@ -265,5 +265,13 @@ namespace i2p
|
|||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
bool DaemonQT::init(int argc, char* argv[])
|
||||
{
|
||||
#if 0
|
||||
m_Impl = std::make_shared<DaemonQTImpl> (argc, argv);
|
||||
#endif
|
||||
return Daemon_Singleton::init(argc, argv);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue