Use Qt provided forward declaration header

This commit is contained in:
Chocobo1
2020-12-09 13:48:59 +08:00
committed by sledgehammer999
parent 2fe698ee60
commit 5a96e1fc7a
42 changed files with 52 additions and 37 deletions

View File

@@ -30,9 +30,7 @@
#define BASE_UTILS_NET_H
#include <QHostAddress>
#include <QList>
#include <QPair>
#include <QVector>
#include <QtContainerFwd>
class QSslCertificate;
class QSslKey;