mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- Big code cleanup
- Added a Qwrapper for torrent_handle to make code more readable
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user