mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -82,7 +82,7 @@ private slots:
|
||||
void handleUnreadCountChanged();
|
||||
|
||||
private:
|
||||
Ui::RSSWidget *m_ui;
|
||||
ArticleListWidget *m_articleListWidget;
|
||||
FeedListWidget *m_feedListWidget;
|
||||
Ui::RSSWidget *m_ui = nullptr;
|
||||
ArticleListWidget *m_articleListWidget = nullptr;
|
||||
FeedListWidget *m_feedListWidget = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user