mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Initialize pointer to a default value
This commit is contained in:
parent
6de72ecc77
commit
02d906d3ae
77 changed files with 178 additions and 202 deletions
|
@ -103,9 +103,6 @@ using namespace Net;
|
|||
|
||||
Smtp::Smtp(QObject *parent)
|
||||
: QObject(parent)
|
||||
, m_state(Init)
|
||||
, m_useSsl(false)
|
||||
, m_authType(AuthPlain)
|
||||
{
|
||||
static bool needToRegisterMetaType = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue