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 */
|
||||
|
||||
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…
Reference in a new issue