Removed DynDns from Quick Start Wizard

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4856 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-01-27 15:02:56 +00:00
parent 2aa1ede192
commit cf5d88ab8b
2 changed files with 3 additions and 13 deletions

View File

@ -147,9 +147,6 @@ 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);
}

View File

@ -400,6 +400,9 @@ p, li { white-space: pre-wrap; }
</item>
<item row="4" column="0">
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
@ -457,16 +460,6 @@ p, li { white-space: pre-wrap; }
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Dynamic DNS:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="DynDNS"/>
</item>
</layout>
</item>
<item row="1" column="0">