- Save spitters position to remember them on restart (RSS)

This commit is contained in:
Christophe Dumez 2008-06-20 20:16:56 +00:00
parent 981d7fd5ce
commit f22c2f8c7b
3 changed files with 30 additions and 4 deletions

View file

@ -58,6 +58,8 @@ class RSSImp : public QWidget, public Ui::RSS{
void selectFirstNews();
void updateFeedNbNews(QString url);
void on_actionMark_all_as_read_triggered();
void saveSlidersPosition();
void restoreSlidersPosition();
public:
RSSImp();