- Allow the user to display torrent properties in finished list

This commit is contained in:
Christophe Dumez 2007-04-04 12:52:50 +00:00
parent 5c53c457e5
commit cd70dcc3ba
4 changed files with 35 additions and 3 deletions

View file

@ -59,11 +59,13 @@ namespace fs = boost::filesystem;
class GUI : public QMainWindow, private Ui::MainWindow{
Q_OBJECT
public:
QHash<QString, QStringList> trackerErrors;
private:
// Bittorrent
bittorrent BTSession;
QTimer *checkConnect;
QHash<QString, QStringList> trackerErrors;
QList<QPair<torrent_handle,std::string> > unauthenticated_trackers;
downloadFromURL *downloadFromURLDialog;
// GUI related