Forward declare as much as possible

This commit is contained in:
Chocobo1
2019-05-16 13:41:29 +08:00
parent 401bdbf3d9
commit e288de7ec1
33 changed files with 71 additions and 58 deletions

View File

@@ -33,10 +33,12 @@
#include "smtp.h"
#include <QCryptographicHash>
#include <QDateTime>
#include <QDebug>
#include <QHostInfo>
#include <QStringList>
#include <QTextCodec>
#ifndef QT_NO_OPENSSL
#include <QSslSocket>
#else