forked from blue/squawk
Fix build for qt 5, removed some debug messages
This commit is contained in:
parent
d4cec645b5
commit
321f0b03c8
8 changed files with 57 additions and 21 deletions
|
@ -81,8 +81,8 @@ Core::Account::Account(
|
|||
config.setDomain(p_server);
|
||||
config.setPassword(p_password);
|
||||
config.setAutoAcceptSubscriptions(true);
|
||||
config.setIgnoreSslErrors(true);
|
||||
//config.setAutoReconnectionEnabled(false);
|
||||
// config.setIgnoreSslErrors(true);
|
||||
// config.setAutoReconnectionEnabled(false);
|
||||
delay = new DelayManager::Manager(getBareJid());
|
||||
QObject::connect(delay, &DelayManager::Manager::gotInfo, this, &Account::infoReady);
|
||||
QObject::connect(delay, &DelayManager::Manager::gotOwnInfo, this, &Account::infoReady);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue