blob: 85de3be5f2f0316a306a769143da43ec5db318a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/controller.cpp 2023-07-18 09:44:46.451178000 +0200
+++ src/controller.cpp.orig 2023-07-18 09:44:18.501074000 +0200
@@ -307,10 +307,7 @@
{
Q_ASSERT_X(c, __FUNCTION__, "Attempt to add a null connection");
+ Accounts.add(c);
-#ifndef QUOTIENT_07
- AccountRegistry::instance().add(c);
-#endif
-
c->setLazyLoading(true);
connect(c, &Connection::syncDone, this, [this, c] {
|