Moved checkbox for news feed sort order from settings to NewsFeed

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7852 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-01-20 18:06:56 +00:00
parent 2b0bdc73bb
commit 32c9fe7eca
7 changed files with 41 additions and 37 deletions

View file

@ -69,13 +69,15 @@ signals:
void newsFeedChanged(int count);
protected:
void processSettings(bool load);
/* TokenResponse */
virtual void loadRequest(const TokenQueue *queue, const TokenRequest &req);
private slots:
// void toggleChanMsgItems(bool on);
void feedoptions();
void settingsChanged();
void sortChanged(int index);
void sendNewsFeedChanged();