|
|
@ -36,13 +36,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include <libtorrent/version.hpp> |
|
|
|
#include <libtorrent/version.hpp> |
|
|
|
#include "qtorrenthandle.h" |
|
|
|
#include "qtorrenthandle.h" |
|
|
|
|
|
|
|
#include "propertieswidget.h" |
|
|
|
|
|
|
|
|
|
|
|
enum TrackerListColumn {COL_URL, COL_STATUS, COL_PEERS, COL_MSG}; |
|
|
|
enum TrackerListColumn {COL_URL, COL_STATUS, COL_PEERS, COL_MSG}; |
|
|
|
#define NB_STICKY_ITEM 3 |
|
|
|
#define NB_STICKY_ITEM 3 |
|
|
|
|
|
|
|
|
|
|
|
struct QTreeWidgetItem; |
|
|
|
|
|
|
|
struct PropertiesWidget; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TrackerList: public QTreeWidget { |
|
|
|
class TrackerList: public QTreeWidget { |
|
|
|
Q_OBJECT |
|
|
|
Q_OBJECT |
|
|
|
|
|
|
|
|
|
|
|