mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -51,6 +51,6 @@ signals:
|
||||
void messageReceived(const QString &message);
|
||||
|
||||
private:
|
||||
QtLocalPeer *m_peer;
|
||||
QtLocalPeer *m_peer = nullptr;
|
||||
const bool m_isFirstInstance;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user