Commit a5c62462 authored by Kai Koehne's avatar Kai Koehne
Browse files

Fix compiler warning in securesocketclient example

The warning was introduced in a133cea2

 .

Change-Id: Ia8180b6c7d83f57cba79519bf4c0e3bf97966c16
Reviewed-by: default avatarRichard J. Moore <rich@kde.org>
Showing with 1 addition and 1 deletion
......@@ -181,7 +181,7 @@ void SslClient::sendData()
form->sessionInput->clear();
}
void SslClient::socketError(QAbstractSocket::SocketError error)
void SslClient::socketError(QAbstractSocket::SocketError)
{
QMessageBox::critical(this, tr("Connection error"), socket->errorString());
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment