Fix typo in default host.

This commit is contained in:
Attila Tőkés 2015-09-05 18:22:58 +03:00
parent c12f70b721
commit 9afc349942

View File

@ -60,7 +60,7 @@ public:
/* [1] Constructors and Destructors */ /* [1] Constructors and Destructors */
SmtpClient(const QString & host = "locahost", int port = 25, ConnectionType ct = TcpConnection); SmtpClient(const QString & host = "localhost", int port = 25, ConnectionType ct = TcpConnection);
~SmtpClient(); ~SmtpClient();