mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
Fix incomplete type compile error with Qt4
This commit is contained in:
parent
76e1c3b10b
commit
ea9d65f377
@ -28,14 +28,18 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#include "server.h"
|
||||
|
||||
#include <QNetworkProxy>
|
||||
#include <QStringList>
|
||||
|
||||
#ifndef QT_NO_OPENSSL
|
||||
#include <QSslSocket>
|
||||
#else
|
||||
#include <QTcpSocket>
|
||||
#endif
|
||||
#include <QNetworkProxy>
|
||||
|
||||
#include "connection.h"
|
||||
#include "server.h"
|
||||
|
||||
using namespace Http;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user