Refactoring finished

This commit is contained in:
Blue 2019-04-03 21:15:36 +03:00
parent 2bcee521c5
commit d14883ad91
14 changed files with 120 additions and 143 deletions

View file

@ -62,7 +62,7 @@ void Core::Account::onClientDisconnected()
state = Shared::disconnected;
emit connectionStateChanged(state);
} else {
qDebug("Something weird had happened - xmpp client reported about being disconnection but account was already in disconnected state");
//qDebug("Something weird had happened - xmpp client reported about being disconnection but account was already in disconnected state");
}
}