mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 00:06:16 -07:00
Fix unitialized scalar field bugs
This commit is contained in:
parent
9bdd26de43
commit
ea8acf3bbd
3 changed files with 5 additions and 1 deletions
|
@ -96,6 +96,7 @@ Smtp::Smtp(QObject *parent)
|
|||
: QObject(parent)
|
||||
, m_state(Init)
|
||||
, m_useSsl(false)
|
||||
, m_authType(AuthPlain)
|
||||
{
|
||||
#ifndef QT_NO_OPENSSL
|
||||
m_socket = new QSslSocket(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue