mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
small changes and initial commit for phases toolbar
This commit is contained in:
parent
938825f27b
commit
cd6c5108af
13 changed files with 274 additions and 172 deletions
|
|
@ -177,8 +177,10 @@ void Client::readLine()
|
|||
|
||||
void Client::setStatus(const ProtocolStatus _status)
|
||||
{
|
||||
ProtocolStatus oldStatus = status;
|
||||
status = _status;
|
||||
emit statusChanged(_status);
|
||||
if (oldStatus != _status)
|
||||
emit statusChanged(_status);
|
||||
}
|
||||
|
||||
void Client::msg(const QString &s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue