mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
gcc -Werror=unused-parameter
This commit is contained in:
parent
471f6371b5
commit
13b8fd4516
1 changed files with 2 additions and 2 deletions
|
|
@ -463,11 +463,11 @@ void SmtpClient::sendMessage(const QString &text) throw (SendMessageTimeoutExcep
|
||||||
|
|
||||||
/* [5] Slots for the socket's signals */
|
/* [5] Slots for the socket's signals */
|
||||||
|
|
||||||
void SmtpClient::socketStateChanged(QAbstractSocket::SocketState state)
|
void SmtpClient::socketStateChanged(QAbstractSocket::SocketState /* state */)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void SmtpClient::socketError(QAbstractSocket::SocketError socketError)
|
void SmtpClient::socketError(QAbstractSocket::SocketError /* socketError */)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue