diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-06-29 14:10:06 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-08-30 02:46:41 +0200 |
| commit | 6ecc6b6f0272a47d41ce5d619eaa779a29fcf9df (patch) | |
| tree | b304ad33ecadcd1209347b67d525506356d149f0 /xxcc.cpp | |
| parent | 48cfe26383feb2fcf6638905060c605af8eb2c69 (diff) | |
| download | xxcc-6ecc6b6f0272a47d41ce5d619eaa779a29fcf9df.tar.gz | |
WIP OMEMO
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); |
