X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientidentity.cpp;h=4849bdbdc16afda4d7d6ac8c88573a98370fc3ac;hp=c8e8df9581c6fcedb9379de224ea9d7c4aa9f7fc;hb=f6b9eeda207d42c99fc3e9085631722cf2ec83dc;hpb=1adc00219ba072da57994764d086beed8ffb7bb4;ds=sidebyside diff --git a/src/client/clientidentity.cpp b/src/client/clientidentity.cpp index c8e8df95..4849bdbd 100644 --- a/src/client/clientidentity.cpp +++ b/src/client/clientidentity.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -23,6 +23,7 @@ #include "client.h" #include "signalproxy.h" +INIT_SYNCABLE_OBJECT(CertIdentity) CertIdentity::CertIdentity(IdentityId id, QObject *parent) : Identity(id, parent) #ifdef HAVE_SSL