mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Fix argument name differ in definition & declaration
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Net
|
||||
Smtp(QObject *parent = 0);
|
||||
~Smtp();
|
||||
|
||||
void sendMail(const QString &m_from, const QString &to, const QString &subject, const QString &body);
|
||||
void sendMail(const QString &from, const QString &to, const QString &subject, const QString &body);
|
||||
|
||||
private slots:
|
||||
void readyRead();
|
||||
|
||||
Reference in New Issue
Block a user