mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:49:01 +03:00
Added missing include
This commit is contained in:
parent
3847c33017
commit
275b962363
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include <QTextStream>
|
||||
#include <QTcpSocket>
|
||||
#include <QDebug>
|
||||
|
||||
Smtp::Smtp(const QString &from, const QString &to, const QString &subject, const QString &body) {
|
||||
socket = new QTcpSocket(this);
|
||||
|
|
Loading…
Reference in a new issue