mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-21 22:33:54 -07:00
removed compiler warning
This commit is contained in:
parent
c00027f988
commit
2fbfddf86b
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ const ServerSocket::CommandProperties ServerSocket::commandList[ServerSocket::nu
|
||||||
{"set_active_phase", true, true, true, QList<QVariant::Type>() << QVariant::Int, &ServerSocket::cmdSetActivePhase}
|
{"set_active_phase", true, true, true, QList<QVariant::Type>() << QVariant::Int, &ServerSocket::cmdSetActivePhase}
|
||||||
};
|
};
|
||||||
|
|
||||||
ReturnMessage::ReturnCode ServerSocket::cmdPing(const QList<QVariant> ¶ms)
|
ReturnMessage::ReturnCode ServerSocket::cmdPing(const QList<QVariant> &/*params*/)
|
||||||
{
|
{
|
||||||
return ReturnMessage::ReturnOk;
|
return ReturnMessage::ReturnOk;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue