- Big code cleanup

- Added a Qwrapper for torrent_handle to make code more readable
This commit is contained in:
Christophe Dumez
2007-08-20 06:29:18 +00:00
parent 5946f20783
commit c9925eddb6
24 changed files with 1560 additions and 1201 deletions

View File

@@ -24,7 +24,7 @@
#include "ui_seeding.h"
#include "FinishedListDelegate.h"
#include <libtorrent/torrent_handle.hpp>
#include "qtorrenthandle.h"
class QStandardItemModel;
class bittorrent;
@@ -68,7 +68,7 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
void on_actionSet_upload_limit_triggered();
signals:
void torrentMovedFromFinishedList(torrent_handle);
void torrentMovedFromFinishedList(QTorrentHandle);
};