Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
13b8fd45
Commit
13b8fd45
authored
May 24, 2015
by
Fabio Bas
Browse files
gcc -Werror=unused-parameter
parent
471f6371
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/src/smtp/smtpclient.cpp
View file @
13b8fd45
...
@@ -463,11 +463,11 @@ void SmtpClient::sendMessage(const QString &text) throw (SendMessageTimeoutExcep
...
@@ -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
*/
)
{
{
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment