removed TokenQueue from GxsMessageFrameWidget

This commit is contained in:
csoler 2022-06-22 15:43:57 +02:00
parent 6411d5507f
commit 819dc173e0
8 changed files with 9 additions and 43 deletions

View file

@ -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;