mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Added missing include
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user