mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Fix compilation warnings in smtp.h (cgreco)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user