X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.cpp;h=e2cd936bde15b496fefd9b9918f58d0ad0d1d9b3;hp=c416a1dd8535d03ca97c47abec6599495bbc9afe;hb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;hpb=c2e3479b87e7d0713d302d26fb2d7d01d7b8c9c2 diff --git a/src/common/identity.cpp b/src/common/identity.cpp index c416a1dd..e2cd936b 100644 --- a/src/common/identity.cpp +++ b/src/common/identity.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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