Fix compilation warnings in smtp.h (cgreco)

This commit is contained in:
Christophe Dumez
2011-06-05 16:08:30 +00:00
parent 53900c386b
commit 02fbd6a135
87 changed files with 11700 additions and 9106 deletions

View File

@@ -41,13 +41,13 @@
#include <QHash>
QT_BEGIN_NAMESPACE
struct QTextStream;
class QTextStream;
#ifndef QT_NO_OPENSSL
struct QSslSocket;
class QSslSocket;
#else
struct QTcpSocket;
class QTcpSocket;
#endif
struct QTextCodec;
class QTextCodec;
QT_END_NAMESPACE
class Smtp : public QObject {