1
0
Fork 0
forked from blue/squawk

testing connection

This commit is contained in:
Blue 2019-04-02 18:46:18 +03:00
parent 3d947a0748
commit d4afdd7a5f
11 changed files with 77 additions and 6 deletions

View file

@ -68,7 +68,7 @@ void Core::Squawk::disconnectAccount(const QString& account)
return;
}
itr->second->connect();
itr->second->disconnect();
}
void Core::Squawk::onAccountConnectionStateChanged(int state)