mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Use Qt provided forward declaration header
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include <cmath>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QVector>
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#define DOWNLOADEDPIECESBAR_H
|
||||
|
||||
#include <QBitArray>
|
||||
#include <QVector>
|
||||
#include <QtContainerFwd>
|
||||
|
||||
#include "piecesbar.h"
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
#include <QTableView>
|
||||
#include <QTreeWidgetItem>
|
||||
#include <QUrl>
|
||||
#include <QVector>
|
||||
|
||||
#include "base/bittorrent/peerinfo.h"
|
||||
#include "base/bittorrent/session.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#define TRACKERLIST_H
|
||||
|
||||
#include <QTreeWidget>
|
||||
#include <QVector>
|
||||
#include <QtContainerFwd>
|
||||
|
||||
class PropertiesWidget;
|
||||
|
||||
|
||||
@@ -30,9 +30,9 @@
|
||||
#define TRACKERSADDITION_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QtContainerFwd>
|
||||
|
||||
class QString;
|
||||
class QStringList;
|
||||
|
||||
namespace BitTorrent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user