- Started to implement 'new Folder' feature for RSS grouping

- Fixed a bug in 'Feed subscribe', the type of the new feed (STREAM) was not set
This commit is contained in:
Christophe Dumez 2009-08-22 15:26:39 +00:00
parent b2af40c95b
commit 07dbe388f4
2 changed files with 40 additions and 1 deletions

View file

@ -68,6 +68,7 @@ protected slots:
void saveSlidersPosition();
void restoreSlidersPosition();
void showFeedDownloader();
void askNewFolder();
public:
RSSImp(bittorrent *BTSession);