Fix tab order in RSS widget

Related: https://github.com/qbittorrent/qBittorrent/pull/21996#issuecomment-2543127251

PR #21999.
This commit is contained in:
Chocobo1 2024-12-18 02:29:51 +08:00 committed by GitHub
parent 1c82eb3dff
commit 34c8849f22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 73 additions and 71 deletions

View file

@ -37,9 +37,6 @@
class QListWidgetItem;
class QTreeWidgetItem;
class ArticleListWidget;
class FeedListWidget;
namespace RSS
{
class Article;
@ -94,6 +91,4 @@ private:
void renderArticle(const RSS::Article *article) const;
Ui::RSSWidget *m_ui = nullptr;
ArticleListWidget *m_articleListWidget = nullptr;
FeedListWidget *m_feedListWidget = nullptr;
};