mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 01:54:25 -05:00
removed TokenQueue from GxsMessageFrameWidget
This commit is contained in:
parent
6411d5507f
commit
819dc173e0
8 changed files with 9 additions and 43 deletions
|
|
@ -773,7 +773,7 @@ QIcon PostedListWidgetWithModel::groupIcon()
|
|||
return QIcon(postedImage);
|
||||
}
|
||||
|
||||
void PostedListWidgetWithModel::setAllMessagesReadDo(bool read, uint32_t &/*token*/)
|
||||
void PostedListWidgetWithModel::setAllMessagesReadDo(bool read)
|
||||
{
|
||||
if (groupId().isNull() || !IS_GROUP_SUBSCRIBED(mGroup.mMeta.mSubscribeFlags))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue