mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Use complete types in container declarations
Qt 6 disallows to use incomplete types in container declarations in some cases, e.g. in parameters of signals/slots.
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
#include "cachestatus.h"
|
||||
#include "sessionstatus.h"
|
||||
#include "torrentinfo.h"
|
||||
#include "trackerentry.h"
|
||||
|
||||
class QFile;
|
||||
class QNetworkConfiguration;
|
||||
@@ -100,7 +101,6 @@ namespace BitTorrent
|
||||
class TorrentImpl;
|
||||
class Tracker;
|
||||
struct LoadTorrentParams;
|
||||
struct TrackerEntry;
|
||||
|
||||
enum class MoveStorageMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user