mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed build errors
This commit is contained in:
parent
8130487b18
commit
f76c04b7a6
5 changed files with 69 additions and 148 deletions
10
Daemon.h
10
Daemon.h
|
@ -33,9 +33,6 @@ namespace i2p
|
|||
|
||||
#if defined(QT_GUI_LIB) // check if QT
|
||||
#define Daemon i2p::util::DaemonQT::Instance()
|
||||
#if 0
|
||||
class DaemonQTImpl;
|
||||
#endif
|
||||
class DaemonQT: public i2p::util::Daemon_Singleton
|
||||
{
|
||||
public:
|
||||
|
@ -47,13 +44,6 @@ namespace i2p
|
|||
}
|
||||
|
||||
bool init(int argc, char* argv[]);
|
||||
#if 0
|
||||
void run ();
|
||||
|
||||
private:
|
||||
|
||||
std::shared_ptr<DaemonQTImpl> m_Impl;
|
||||
#endif
|
||||
};
|
||||
|
||||
#elif defined(_WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue