mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Make complete type declarations available where needed
This commit is contained in:
committed by
Vladimir Golovnev (Glassez)
parent
86b1ac5d7c
commit
add75fbc77
@@ -35,6 +35,8 @@
|
||||
#include <QSystemTrayIcon>
|
||||
#endif
|
||||
|
||||
#include "base/bittorrent/torrent.h"
|
||||
|
||||
class QCloseEvent;
|
||||
class QFileSystemWatcher;
|
||||
class QSplitter;
|
||||
@@ -57,11 +59,6 @@ class TorrentCreatorDialog;
|
||||
class TransferListFiltersWidget;
|
||||
class TransferListWidget;
|
||||
|
||||
namespace BitTorrent
|
||||
{
|
||||
class Torrent;
|
||||
}
|
||||
|
||||
namespace Net
|
||||
{
|
||||
struct DownloadResult;
|
||||
|
||||
Reference in New Issue
Block a user