mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
qt: daemon now operates in the background thread; added Quit GUI button
This commit is contained in:
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user