mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Allow the user to display torrent properties in finished list
This commit is contained in:
parent
5c53c457e5
commit
cd70dcc3ba
4 changed files with 35 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue