Fix some compilation warnings

This commit is contained in:
hopetech 2016-10-19 15:41:25 +02:00
parent 0e1fad0ff7
commit ecaea051fa
5 changed files with 7 additions and 5 deletions

View file

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