Refactor code

Remove forward declarations of Qt types.
Fix header include order.
This commit is contained in:
Chocobo1
2018-05-08 12:11:00 +08:00
committed by sledgehammer999
parent 0704c0f5e6
commit 0c96e79d0d
5 changed files with 28 additions and 30 deletions

View File

@@ -30,11 +30,10 @@
#define PEERADDITION_H
#include <QDialog>
#include <QList>
#include "base/bittorrent/peerinfo.h"
template <typename T> class QList;
namespace Ui
{
class addPeersDialog;