mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -115,7 +115,7 @@ private:
|
||||
|
||||
void showEvent(QShowEvent *event) override;
|
||||
|
||||
Ui::AddNewTorrentDialog *m_ui;
|
||||
Ui::AddNewTorrentDialog *m_ui = nullptr;
|
||||
TorrentContentFilterModel *m_contentModel = nullptr;
|
||||
PropListDelegate *m_contentDelegate = nullptr;
|
||||
BitTorrent::MagnetUri m_magnetURI;
|
||||
|
||||
Reference in New Issue
Block a user