- Disabled context menu in toolbar

This commit is contained in:
Christophe Dumez 2007-04-08 18:21:26 +00:00
parent 62b61750d1
commit 0eaa592086
2 changed files with 5 additions and 1 deletions

3
TODO
View file

@ -42,4 +42,5 @@
- Display more info in log (UPnP)
- Update to libtorrent SVN (0.13)
- Use its UPnP/NAT-PMP built-in support instead of ours
- Use its piece prioritization support
- Use its piece prioritization support
Improve ratio display / calculation / saving / per torrent...

View file

@ -409,6 +409,9 @@
<property name="enabled" >
<bool>true</bool>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="movable" >
<bool>false</bool>
</property>