added one missing sigtype to Identity.h. Some work on qt gui.

This commit is contained in:
hypnosis-i2p 2017-04-03 21:45:56 +08:00
parent b3050af1a7
commit 61e1e7fe8f
10 changed files with 133 additions and 203 deletions

View file

@ -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;}