X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreidentity.cpp;h=4329a28bca7ff156d8858d68255b6495bc2142fc;hb=009d63d796f46874bd7cdf4a27ba4b2828d89031;hp=f0b75b05754c0addc94c87a6b899ee40c3cbbf68;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/core/coreidentity.cpp b/src/core/coreidentity.cpp index f0b75b05..4329a28b 100644 --- a/src/core/coreidentity.cpp +++ b/src/core/coreidentity.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -110,7 +110,7 @@ CoreCertManager::CoreCertManager(CoreIdentity& identity) void CoreCertManager::setId(IdentityId id) { - renameObject(QString::number(id.toInt())); + setObjectName(QString::number(id.toInt())); } void CoreCertManager::setSslKey(const QByteArray& encoded)