changed maximum port number to 65535; refs #35

This commit is contained in:
Marc Wäckerlin
2012-09-20 11:38:03 +00:00
parent 179f8f98c6
commit c1f1264812
4 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
if USE_QT
UISOURCES = proxyface/proxy.ui proxyface/proxyauth.ui
RESOURCES = resources.cxx
RESOURCES = proxyface/resources.cxx
MOCHEADER = proxyface/proxy.hxx proxyface/autoproxy.hxx proxyface/proxyauth.hxx
LANGUAGES = proxy_de.qm proxy_en.qm proxy_fr.qm proxy_it.qm
LANG_TS = proxy_de.ts proxy_en.ts proxy_fr.ts proxy_it.ts

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -115,7 +115,7 @@
<item row="2" column="1">
<widget class="QSpinBox" name="_port">
<property name="maximum">
<number>10000</number>
<number>65535</number>
</property>
<property name="value">
<number>80</number>