mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 01:22:31 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -65,6 +65,6 @@ private slots:
|
||||
void useDownloadPathChanged(int index);
|
||||
|
||||
private:
|
||||
Ui::TorrentCategoryDialog *m_ui;
|
||||
Ui::TorrentCategoryDialog *m_ui = nullptr;
|
||||
Path m_lastEnteredDownloadPath;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user