mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Fix compilation under OSX with homebrew's qt5.5
This commit is contained in:
parent
1ffc9b4561
commit
c714932e25
3 changed files with 1 additions and 23 deletions
|
|
@ -78,11 +78,7 @@ public:
|
|||
int nextID, rcptNumber, rcptAck;
|
||||
bool mailAck;
|
||||
|
||||
#ifndef QT_NO_OPENSSL
|
||||
QSslSocket* socket;
|
||||
#else
|
||||
QTcpSocket* socket;
|
||||
#endif
|
||||
|
||||
void parseEhlo(const QByteArray& code, bool cont, const QString& line);
|
||||
void startTLS();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue