Remove obsolete IP_HIDDEN column from peer list.

This commit is contained in:
Nick Tiskov
2013-07-06 04:07:09 +04:00
parent ba014d0033
commit c8d51e91f4
2 changed files with 4 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ class PeerListDelegate: public QItemDelegate {
public:
enum PeerListColumns {COUNTRY, IP, CONNECTION, FLAGS, CLIENT, PROGRESS, DOWN_SPEED, UP_SPEED,
TOT_DOWN, TOT_UP, IP_HIDDEN, COL_COUNT};
TOT_DOWN, TOT_UP, COL_COUNT};
public:
PeerListDelegate(QObject *parent) : QItemDelegate(parent) {}