From 21371909d3bd99c5cb6ca29568b1e95e6bc0deae Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Fri, 26 Dec 2008 13:17:23 +0100 Subject: [PATCH 1/1] oopsie, making CoreCertManager::setId() a slot again --- src/core/coreidentity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; -- 2.20.1