Fixed update of the forum message state and the summary in ForumsDialog when the message is read in the news feed.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5015 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-03-12 00:27:18 +00:00
parent fedba02d18
commit c918ac84af
3 changed files with 42 additions and 1 deletions

View file

@ -61,6 +61,7 @@ private slots:
void changedForum(const QString &id);
void changedThread();
void clickedThread (QTreeWidgetItem *item, int column);
void forumMsgReadSatusChanged(const QString &forumId, const QString &msgId, int status);
void replytomessage();
//void print();
@ -130,6 +131,7 @@ private:
bool FilterItem(QTreeWidgetItem *pItem, QString &sPattern, int filterColumn);
bool m_bProcessSettings;
bool inMsgAsReadUnread;
QTreeWidgetItem *yourForums;
QTreeWidgetItem *subscribedForums;