diff options
Diffstat (limited to 'xxcc.cpp')
| -rw-r--r-- | xxcc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ void xxcc::connectAccounts(const QList<Credentials::Pair> &pairs) cfg.setPassword(p.second); cfg.setAutoReconnectionEnabled(true); - const auto client = new Client; + const auto client = new Client(p.first); addAccount(client); client->connectToServer(cfg); |
