mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -78,10 +78,10 @@ private:
|
||||
void loadWindowState();
|
||||
void saveWindowState();
|
||||
|
||||
Ui::PreviewSelectDialog *m_ui;
|
||||
QStandardItemModel *m_previewListModel;
|
||||
PreviewListDelegate *m_listDelegate;
|
||||
const BitTorrent::Torrent *m_torrent;
|
||||
Ui::PreviewSelectDialog *m_ui = nullptr;
|
||||
QStandardItemModel *m_previewListModel = nullptr;
|
||||
PreviewListDelegate *m_listDelegate = nullptr;
|
||||
const BitTorrent::Torrent *m_torrent = nullptr;
|
||||
bool m_headerStateInitialized = false;
|
||||
|
||||
// Settings
|
||||
|
||||
Reference in New Issue
Block a user