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:
@@ -53,6 +53,6 @@ private slots:
|
||||
void downloadButtonClicked();
|
||||
|
||||
private:
|
||||
Ui::DownloadFromURLDialog *m_ui;
|
||||
Ui::DownloadFromURLDialog *m_ui = nullptr;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user