mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
comment
This commit is contained in:
parent
088ead7522
commit
1d614f8548
1 changed files with 3 additions and 0 deletions
|
|
@ -280,6 +280,9 @@ void TabSupervisor::startLocal(const QList<AbstractClient *> &_clients)
|
|||
connect(localClients.first(), &AbstractClient::gameJoinedEventReceived, this, &TabSupervisor::localGameJoined);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this when Cockatrice disconnects from the server in order to clean up.
|
||||
*/
|
||||
void TabSupervisor::stop()
|
||||
{
|
||||
if ((!client) && localClients.isEmpty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue