Forward declare TorrentHandle

This commit is contained in:
Chocobo1 2018-12-29 18:22:15 +08:00
parent 0b47021504
commit dd2763d725
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 5 additions and 1 deletions

View file

@ -35,6 +35,7 @@
#include <QStandardItemModel>
#include <QTableView>
#include "base/bittorrent/torrenthandle.h"
#include "base/preferences.h"
#include "base/utils/fs.h"
#include "base/utils/misc.h"