mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 16:53:08 -07:00
Fix incomplete type compile error with Qt4
This commit is contained in:
parent
76e1c3b10b
commit
ea9d65f377
1 changed files with 6 additions and 2 deletions
|
@ -28,14 +28,18 @@
|
||||||
* exception statement from your version.
|
* exception statement from your version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "server.h"
|
||||||
|
|
||||||
|
#include <QNetworkProxy>
|
||||||
|
#include <QStringList>
|
||||||
|
|
||||||
#ifndef QT_NO_OPENSSL
|
#ifndef QT_NO_OPENSSL
|
||||||
#include <QSslSocket>
|
#include <QSslSocket>
|
||||||
#else
|
#else
|
||||||
#include <QTcpSocket>
|
#include <QTcpSocket>
|
||||||
#endif
|
#endif
|
||||||
#include <QNetworkProxy>
|
|
||||||
#include "connection.h"
|
#include "connection.h"
|
||||||
#include "server.h"
|
|
||||||
|
|
||||||
using namespace Http;
|
using namespace Http;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue