mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -57,7 +57,7 @@ private:
|
||||
void onTMMChanged(int index);
|
||||
void onCategoryChanged(int index);
|
||||
|
||||
Ui::WatchedFolderOptionsDialog *m_ui;
|
||||
Ui::WatchedFolderOptionsDialog *m_ui = nullptr;
|
||||
Path m_savePath;
|
||||
Path m_downloadPath;
|
||||
bool m_useDownloadPath = false;
|
||||
|
||||
Reference in New Issue
Block a user