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:
@@ -55,5 +55,5 @@ protected:
|
||||
void showEvent(QShowEvent *e) override;
|
||||
|
||||
private:
|
||||
Ui::AutoExpandableDialog *m_ui;
|
||||
Ui::AutoExpandableDialog *m_ui = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user