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:
@@ -74,8 +74,8 @@ private:
|
||||
int getPaddedFileSizeLimit() const;
|
||||
#endif
|
||||
|
||||
Ui::TorrentCreatorDialog *m_ui;
|
||||
BitTorrent::TorrentCreatorThread *m_creatorThread;
|
||||
Ui::TorrentCreatorDialog *m_ui = nullptr;
|
||||
BitTorrent::TorrentCreatorThread *m_creatorThread = nullptr;
|
||||
|
||||
// settings
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
|
||||
Reference in New Issue
Block a user