mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -59,6 +59,6 @@ private:
|
||||
void saveSettings();
|
||||
void loadSettings();
|
||||
|
||||
Ui::TrackerEntriesDialog *m_ui;
|
||||
Ui::TrackerEntriesDialog *m_ui = nullptr;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user