X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreidentity.cpp;fp=src%2Fcore%2Fcoreidentity.cpp;h=5d2bb2e3475335338f44f155a4e8c8a1fafdde42;hp=840edbddb0144ba6f8277ce4765afe8cfc268f17;hb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;hpb=00e1a9c29e792ba4d65dba21b7ba04131bcb13bc diff --git a/src/core/coreidentity.cpp b/src/core/coreidentity.cpp index 840edbdd..5d2bb2e3 100644 --- a/src/core/coreidentity.cpp +++ b/src/core/coreidentity.cpp @@ -22,7 +22,6 @@ #include "signalproxy.h" -INIT_SYNCABLE_OBJECT(CoreIdentity) CoreIdentity::CoreIdentity(IdentityId id, QObject *parent) : Identity(id, parent) #ifdef HAVE_SSL @@ -108,7 +107,7 @@ CoreIdentity &CoreIdentity::operator=(const CoreIdentity &identity) // ======================================== // CoreCertManager // ======================================== -INIT_SYNCABLE_OBJECT(CoreCertManager) + CoreCertManager::CoreCertManager(CoreIdentity &identity) : CertManager(identity.id()), identity(identity)