mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Use Qt object ownership to handle QShortcut deletions
This commit is contained in:
parent
662e1e6134
commit
599bfc0735
12 changed files with 38 additions and 66 deletions
|
@ -34,7 +34,6 @@
|
|||
#include <QWidget>
|
||||
|
||||
class QListWidgetItem;
|
||||
class QShortcut;
|
||||
class QTreeWidgetItem;
|
||||
|
||||
class ArticleListWidget;
|
||||
|
@ -86,8 +85,6 @@ private:
|
|||
Ui::RSSWidget *m_ui;
|
||||
ArticleListWidget *m_articleListWidget;
|
||||
FeedListWidget *m_feedListWidget;
|
||||
QShortcut *m_editHotkey;
|
||||
QShortcut *m_deleteHotkey;
|
||||
};
|
||||
|
||||
#endif // RSSWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue