Display more information in tracker tab

This commit is contained in:
ngosang
2015-06-09 00:50:35 +02:00
committed by ngosang
parent f45ec40392
commit be9bc07890
2 changed files with 24 additions and 11 deletions

View File

@@ -38,7 +38,7 @@
#include "propertieswidget.h"
enum TrackerListColumn {COL_TIER, COL_URL, COL_STATUS, COL_PEERS, COL_MSG};
enum TrackerListColumn {COL_TIER, COL_URL, COL_STATUS, COL_RECEIVED, COL_SEEDS, COL_PEERS, COL_DOWNLOADED, COL_MSG};
#define NB_STICKY_ITEM 3
namespace BitTorrent