- Fixed an exception with latest libtorrent/asio on startup (filepath check)

- Added an option to toggle the Peer eXchange (PeX) state
This commit is contained in:
Christophe Dumez
2007-02-19 14:18:59 +00:00
parent 7d06099e80
commit f017d29359
5 changed files with 30 additions and 20 deletions

View File

@@ -505,7 +505,7 @@
<item>
<widget class="QCheckBox" name="disableDHT" >
<property name="text" >
<string>Disable DHT (Trackerless) support</string>
<string>Disable DHT (Trackerless)</string>
</property>
</widget>
</item>
@@ -573,6 +573,13 @@
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="disablePeX" >
<property name="text" >
<string>Disable Peer eXchange (PeX)</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@@ -633,19 +640,6 @@
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_3" >