mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- Removed useless mutex in GUI
- started to optimize headers includes for compilation speed
This commit is contained in:
@@ -23,9 +23,13 @@
|
||||
#define SEEDING_H
|
||||
|
||||
#include "ui_seeding.h"
|
||||
#include "bittorrent.h"
|
||||
#include "FinishedListDelegate.h"
|
||||
#include <QStandardItemModel>
|
||||
#include <libtorrent/torrent_handle.hpp>
|
||||
|
||||
class QStandardItemModel;
|
||||
class bittorrent;
|
||||
class FinishedListDelegate;
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
class FinishedTorrents : public QWidget, public Ui::seeding{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user