X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.cpp;h=e2cd936bde15b496fefd9b9918f58d0ad0d1d9b3;hp=7f1cac69fe666fb66d28209b63d22b4a24d738be;hb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;hpb=00e1a9c29e792ba4d65dba21b7ba04131bcb13bc diff --git a/src/common/identity.cpp b/src/common/identity.cpp index 7f1cac69..e2cd936b 100644 --- a/src/common/identity.cpp +++ b/src/common/identity.cpp @@ -42,7 +42,6 @@ # include #endif -INIT_SYNCABLE_OBJECT(Identity) Identity::Identity(IdentityId id, QObject *parent) : SyncableObject(parent), _identityId(id) @@ -389,8 +388,3 @@ QDataStream &operator>>(QDataStream &in, Identity &id) id.fromVariantMap(i); return in; } - - -#ifdef HAVE_SSL -INIT_SYNCABLE_OBJECT(CertManager) -#endif // HAVE_SSL