mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
added one missing sigtype to Identity.h. Some work on qt gui.
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user