mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Forward declare as much as possible
This commit is contained in:
parent
401bdbf3d9
commit
e288de7ec1
33 changed files with 71 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue