mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 00:01:21 -04:00
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:
parent
fedba02d18
commit
c918ac84af
3 changed files with 42 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue