1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

Unbreak QXT with SecureTransport on OSX.

This commit is contained in:
Christian Muehlhaeuser
2015-10-09 17:36:30 +02:00
parent 282b876332
commit 1c99e2abbc
6 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
#include <QMultiHash>
#include <QDateTime>
#include <QHostAddress>
#ifndef QT_NO_OPENSSL
#if defined(QT_SECURETRANSPORT) || defined(QT_OPENSSL)
#include <QSslCertificate>
#endif
QT_FORWARD_DECLARE_CLASS(QIODevice)
@@ -89,7 +89,7 @@ public:
QString method;
QHostAddress remoteAddress;
bool isSecure;
#ifndef QT_NO_OPENSSL
#if defined(QT_SECURETRANSPORT) || defined(QT_OPENSSL)
QSslCertificate clientCertificate;
#endif