mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
- fixed some bugs introduced recently
- improved debug output
This commit is contained in:
parent
35a9fab3b4
commit
829c358f10
5 changed files with 95 additions and 58 deletions
|
@ -34,8 +34,6 @@ class QStringList;
|
|||
class QTorrentHandle {
|
||||
private:
|
||||
torrent_handle h;
|
||||
torrent_info t;
|
||||
torrent_status s;
|
||||
|
||||
public:
|
||||
|
||||
|
@ -107,7 +105,6 @@ class QTorrentHandle {
|
|||
//
|
||||
// Operators
|
||||
//
|
||||
|
||||
QTorrentHandle& operator =(const torrent_handle& new_h);
|
||||
bool operator ==(const QTorrentHandle& new_h) const;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue