mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
various small qt gui fixes
This commit is contained in:
parent
5c3d6298b0
commit
3d5fb07ca8
4 changed files with 68 additions and 16 deletions
|
@ -85,7 +85,7 @@ protected:
|
|||
|
||||
ctc->setaddress(addressLineEdit->text().toStdString());
|
||||
|
||||
auto dportStr=portLineEdit->text();
|
||||
auto dportStr=destinationPortLineEdit->text();
|
||||
int dportInt=dportStr.toInt(&ok);
|
||||
if(!ok)return false;
|
||||
ctc->setdestinationPort(dportInt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue