mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Added missing include
This commit is contained in:
parent
3847c33017
commit
275b962363
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include <QTextStream>
|
#include <QTextStream>
|
||||||
#include <QTcpSocket>
|
#include <QTcpSocket>
|
||||||
|
#include <QDebug>
|
||||||
|
|
||||||
Smtp::Smtp(const QString &from, const QString &to, const QString &subject, const QString &body) {
|
Smtp::Smtp(const QString &from, const QString &to, const QString &subject, const QString &body) {
|
||||||
socket = new QTcpSocket(this);
|
socket = new QTcpSocket(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user