mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -56,10 +56,10 @@ private slots:
|
||||
void on_txtIPSubnet_textChanged(const QString &subnetStr);
|
||||
|
||||
private:
|
||||
Ui::IPSubnetWhitelistOptionsDialog *m_ui;
|
||||
Ui::IPSubnetWhitelistOptionsDialog *m_ui = nullptr;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
|
||||
QStringListModel *m_model;
|
||||
QSortFilterProxyModel *m_sortFilter;
|
||||
QStringListModel *m_model = nullptr;
|
||||
QSortFilterProxyModel *m_sortFilter = nullptr;
|
||||
bool m_modified = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user