X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreidentity.h;h=be6eac1c229b0fe89ca8fb14305458d95c7c50e8;hp=0f135778ce5c0280f5f360f73ffca9c9505cee06;hb=21371909d3bd99c5cb6ca29568b1e95e6bc0deae;hpb=96c9508110f38a19be161652ea888c7d61ba279b;ds=sidebyside diff --git a/src/core/coreidentity.h b/src/core/coreidentity.h index 0f135778..be6eac1c 100644 --- a/src/core/coreidentity.h +++ b/src/core/coreidentity.h @@ -41,8 +41,6 @@ class CoreCertManager : public CertManager { public: CoreCertManager(CoreIdentity &identity); - void setId(IdentityId id); - #ifdef HAVE_SSL virtual const QSslKey &sslKey() const; virtual const QSslCertificate &sslCert() const; @@ -52,6 +50,8 @@ public slots: virtual void setSslCert(const QByteArray &encoded); #endif + void setId(IdentityId id); + private: CoreIdentity &identity; };