Fix compilation under OSX with homebrew's qt5.5

This commit is contained in:
Fabio Bas 2015-07-25 19:28:30 +02:00
parent 1ffc9b4561
commit c714932e25
3 changed files with 1 additions and 23 deletions

View file

@ -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();