mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Allow to delete rss streams using "Del" key
This commit is contained in:
parent
533aeb3f8b
commit
86d38efcb2
3 changed files with 9 additions and 3 deletions
|
@ -36,9 +36,11 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
QTimer *refreshTimeTimer;
|
||||
QString selectedFeedUrl;
|
||||
|
||||
public slots:
|
||||
void on_delStream_button_clicked();
|
||||
|
||||
protected slots:
|
||||
void on_addStream_button_clicked();
|
||||
void on_delStream_button_clicked();
|
||||
void on_refreshAll_button_clicked();
|
||||
void displayRSSListMenu(const QPoint&);
|
||||
void renameStream();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue