changed maximum port number to 65535; refs #35
This commit is contained in:
@@ -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
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
@@ -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>
|
||||
|
Reference in New Issue
Block a user