mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 05:50:39 -04:00
added a warning and skip files with missing hash in copy link
This commit is contained in:
parent
f314e7d330
commit
e7a119f22c
4 changed files with 18 additions and 36 deletions
|
@ -277,7 +277,7 @@ void ChatLobbyDialog::voteParticipant()
|
|||
return ;
|
||||
}
|
||||
|
||||
RsReputations::Opinion op(act->data().toUInt()) ;
|
||||
RsReputations::Opinion op = RsReputations::Opinion(act->data().toUInt()) ;
|
||||
|
||||
for (item = selectedItems.begin(); item != selectedItems.end(); ++item)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue