mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 00:22:31 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -71,5 +71,5 @@ private:
|
||||
void fill(QTreeWidgetItem *parent, RSS::Folder *rssParent);
|
||||
|
||||
QHash<RSS::Item *, QTreeWidgetItem *> m_rssToTreeItemMapping;
|
||||
QTreeWidgetItem *m_unreadStickyItem;
|
||||
QTreeWidgetItem *m_unreadStickyItem = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user