mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-17 10:31:05 -04:00
Fix some compilation warnings
This commit is contained in:
parent
0e1fad0ff7
commit
ecaea051fa
5 changed files with 7 additions and 5 deletions
|
@ -167,7 +167,7 @@ void PopupDistantChatDialog::closeEvent(QCloseEvent *e)
|
|||
PopupChatDialog::closeEvent(e) ;
|
||||
}
|
||||
|
||||
QString PopupDistantChatDialog::getPeerName(const ChatId &id) const
|
||||
QString PopupDistantChatDialog::getPeerName(const ChatId &/*id*/) const
|
||||
{
|
||||
DistantChatPeerInfo tinfo;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue