mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Make complete type declarations available where needed
This commit is contained in:
committed by
Vladimir Golovnev (Glassez)
parent
86b1ac5d7c
commit
add75fbc77
@@ -29,9 +29,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include <QtContainerFwd>
|
||||
#include <QTreeView>
|
||||
|
||||
#include "base/bittorrent/infohash.h"
|
||||
|
||||
class MainWindow;
|
||||
class TransferListModel;
|
||||
class TransferListSortModel;
|
||||
@@ -39,7 +42,6 @@ class TransferListSortModel;
|
||||
namespace BitTorrent
|
||||
{
|
||||
class Torrent;
|
||||
class TorrentID;
|
||||
}
|
||||
|
||||
enum class CopyInfohashPolicy
|
||||
|
||||
Reference in New Issue
Block a user