mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Fix incomplete type compile error with Qt4
This commit is contained in:
committed by
sledgehammer999
parent
f45d21d3a2
commit
3480d3d10c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user