mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Initialize pointer to a default value
This commit is contained in:
parent
6de72ecc77
commit
02d906d3ae
77 changed files with 178 additions and 202 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue