- fixed some bugs introduced recently

- improved debug output
This commit is contained in:
Christophe Dumez 2007-08-26 18:41:45 +00:00
commit 829c358f10
5 changed files with 95 additions and 58 deletions

View file

@ -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;
};