X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fidentity.h;h=86eafb439091ef059f585652968ec00741cf2c50;hb=eddadb820d74ad787a04c0652d15dfd1e8475082;hp=829094ac568f70b8d9a684a0dda8bb070aa5dcc5;hpb=4c83963b1d77f4c2dbae606876be0eee59f53dae;p=quassel.git diff --git a/src/common/identity.h b/src/common/identity.h index 829094ac..86eafb43 100644 --- a/src/common/identity.h +++ b/src/common/identity.h @@ -106,7 +106,7 @@ public slots: void setPartReason(const QString &reason); void setQuitReason(const QString &reason); - void update(const Identity &other); + void copyFrom(const Identity &other); signals: void idSet(IdentityId id);