mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler)
This commit is contained in:
@@ -16,9 +16,11 @@
|
||||
#include <QObject>
|
||||
#include <QByteArray>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
struct QTextStream;
|
||||
struct QTcpSocket;
|
||||
class QTextCodec;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class Smtp : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user