mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
added one missing sigtype to Identity.h. Some work on qt gui.
This commit is contained in:
parent
b3050af1a7
commit
61e1e7fe8f
10 changed files with 133 additions and 203 deletions
|
@ -108,7 +108,8 @@ public:
|
|||
port(port_),
|
||||
keys(keys_),
|
||||
address(address_),
|
||||
destinationPort(destinationPort_) {}
|
||||
destinationPort(destinationPort_),
|
||||
sigType(sigType_){}
|
||||
std::string& getdest(){return dest;}
|
||||
int getport(){return port;}
|
||||
std::string & getkeys(){return keys;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue