mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Forward declare in a few places
This commit is contained in:
@@ -29,9 +29,13 @@
|
||||
#ifndef TORRENTCONTENTMODELFOLDER_H
|
||||
#define TORRENTCONTENTMODELFOLDER_H
|
||||
|
||||
#include "base/bittorrent/downloadpriority.h"
|
||||
#include "torrentcontentmodelitem.h"
|
||||
|
||||
namespace BitTorrent
|
||||
{
|
||||
enum class DownloadPriority;
|
||||
}
|
||||
|
||||
class TorrentContentModelFolder : public TorrentContentModelItem
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user