- Support peer manual ban (from peer list)

This commit is contained in:
Christophe Dumez
2009-11-17 16:02:35 +00:00
parent 47fc4679d4
commit 7c84551150
14 changed files with 77 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
#include <QItemDelegate>
#include "misc.h"
enum PeerListColumns {IP, CLIENT, PROGRESS, DOWN_SPEED, UP_SPEED, TOT_DOWN, TOT_UP};
enum PeerListColumns {IP, CLIENT, PROGRESS, DOWN_SPEED, UP_SPEED, TOT_DOWN, TOT_UP, IP_HIDDEN};
class PeerListDelegate: public QItemDelegate {
Q_OBJECT