Forward declare in a few places

This commit is contained in:
thalieht
2019-06-02 12:13:34 +03:00
parent 4d92c7e094
commit 4370a7eb12
35 changed files with 82 additions and 43 deletions

View File

@@ -30,16 +30,20 @@
#define TORRENTCONTENTMODEL_H
#include <QAbstractItemModel>
#include <QModelIndex>
#include <QVariant>
#include <QVector>
#include "base/bittorrent/torrentinfo.h"
#include "torrentcontentmodelitem.h"
class QFileIconProvider;
class QModelIndex;
class QVariant;
class TorrentContentModelFile;
namespace BitTorrent
{
class TorrentInfo;
}
class TorrentContentModel : public QAbstractItemModel
{
Q_OBJECT