mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
fixed i2pd qt gui a bit
This commit is contained in:
parent
9f824f3aa9
commit
deb5e435e5
4 changed files with 5 additions and 1 deletions
|
@ -196,7 +196,8 @@ public:
|
|||
gzip(gzip_),
|
||||
sigType(sigType_),
|
||||
maxConns(maxConns_),
|
||||
address(address_) {}
|
||||
address(address_),
|
||||
isUniqueLocal(isUniqueLocal_) {}
|
||||
std::string& gethost(){return host;}
|
||||
int getport(){return port;}
|
||||
std::string& getkeys(){return keys;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue