mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -53,5 +53,5 @@ private slots:
|
||||
void on_rememberBtn_clicked();
|
||||
|
||||
private:
|
||||
Ui::DeletionConfirmationDialog *m_ui;
|
||||
Ui::DeletionConfirmationDialog *m_ui = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user