mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -75,7 +75,7 @@ private:
|
||||
int getSeedingTime() const;
|
||||
|
||||
QVector<BitTorrent::TorrentID> m_torrentIDs;
|
||||
Ui::TorrentOptionsDialog *m_ui;
|
||||
Ui::TorrentOptionsDialog *m_ui = nullptr;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
QStringList m_categories;
|
||||
QString m_currentCategoriesString;
|
||||
|
||||
Reference in New Issue
Block a user