mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
ad missing code for dyndns details
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2767 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d027af3324
commit
c3b4b576ad
3 changed files with 13 additions and 0 deletions
|
@ -139,6 +139,9 @@ void QuickStartWizard::on_pushButtonConnectionNext_clicked()
|
|||
}
|
||||
rsicontrol->ConfigSetDataRates( ui.doubleSpinBoxDownloadSpeed->value(), ui.doubleSpinBoxUploadSpeed->value() );
|
||||
|
||||
if (ui.DynDNS->text().toStdString() != detail.dyndns)
|
||||
rsPeers->setDynDNS (rsPeers->getOwnId(), ui.DynDNS->text().toStdString());
|
||||
|
||||
ui.pagesWizard->setCurrentIndex(2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue