Show tracker tier in tracker list

This commit is contained in:
Christophe Dumez
2011-06-12 13:55:19 +00:00
parent 8b2f7c4661
commit 984e6f9927
2 changed files with 10 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
#include "qtorrenthandle.h"
#include "propertieswidget.h"
enum TrackerListColumn {COL_URL, COL_STATUS, COL_PEERS, COL_MSG};
enum TrackerListColumn {COL_TIER, COL_URL, COL_STATUS, COL_PEERS, COL_MSG};
#define NB_STICKY_ITEM 3
class TrackerList: public QTreeWidget {