mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -101,12 +101,12 @@ private:
|
||||
const QString m_formatFilterJSON;
|
||||
const QString m_formatFilterLegacy;
|
||||
|
||||
Ui::AutomatedRssDownloader *m_ui;
|
||||
QListWidgetItem *m_currentRuleItem;
|
||||
Ui::AutomatedRssDownloader *m_ui = nullptr;
|
||||
QListWidgetItem *m_currentRuleItem = nullptr;
|
||||
QSet<std::pair<QString, QString>> m_treeListEntries;
|
||||
RSS::AutoDownloadRule m_currentRule;
|
||||
QHash<QString, QListWidgetItem *> m_itemsByRuleName;
|
||||
QRegularExpression *m_episodeRegex;
|
||||
QRegularExpression *m_episodeRegex = nullptr;
|
||||
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
SettingValue<QByteArray> m_storeHSplitterSize;
|
||||
|
||||
Reference in New Issue
Block a user