mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
fix build failure
This commit is contained in:
parent
6e019bd150
commit
4e8980222a
2 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ QString TabMessage::getTabText() const
|
||||||
return tr("%1 - Private chat").arg(QString::fromStdString(otherUserInfo->name()));
|
return tr("%1 - Private chat").arg(QString::fromStdString(otherUserInfo->name()));
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabMessage::closeRequest(bool forced)
|
void TabMessage::closeRequest(bool /*forced*/)
|
||||||
{
|
{
|
||||||
emit talkClosing(this);
|
emit talkClosing(this);
|
||||||
deleteLater();
|
deleteLater();
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,7 @@ void TabRoom::actShowPopup(const QString &message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabRoom::closeRequest(bool forced)
|
void TabRoom::closeRequest(bool /*forced*/)
|
||||||
{
|
{
|
||||||
sendRoomCommand(prepareRoomCommand(Command_LeaveRoom()));
|
sendRoomCommand(prepareRoomCommand(Command_LeaveRoom()));
|
||||||
emit roomClosing(this);
|
emit roomClosing(this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue