mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
some cleanup
This commit is contained in:
3
Daemon.h
3
Daemon.h
@@ -33,6 +33,7 @@ namespace i2p
|
||||
|
||||
#if defined(QT_GUI_LIB) // check if QT
|
||||
#define Daemon i2p::util::DaemonQT::Instance()
|
||||
// dummy, invoked from RunQT
|
||||
class DaemonQT: public i2p::util::Daemon_Singleton
|
||||
{
|
||||
public:
|
||||
@@ -42,8 +43,6 @@ namespace i2p
|
||||
static DaemonQT instance;
|
||||
return instance;
|
||||
}
|
||||
|
||||
bool init(int argc, char* argv[]);
|
||||
};
|
||||
|
||||
#elif defined(_WIN32)
|
||||
|
||||
Reference in New Issue
Block a user