- Allow to delete rss streams using "Del" key

This commit is contained in:
Christophe Dumez 2007-08-03 15:02:16 +00:00
parent 533aeb3f8b
commit 86d38efcb2
3 changed files with 9 additions and 3 deletions

View file

@ -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();