mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -50,6 +50,6 @@ private slots:
|
||||
void update();
|
||||
|
||||
private:
|
||||
Ui::StatsDialog *m_ui;
|
||||
Ui::StatsDialog *m_ui = nullptr;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user