X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.h;h=86eafb439091ef059f585652968ec00741cf2c50;hp=829094ac568f70b8d9a684a0dda8bb070aa5dcc5;hb=e531fd1f1ea36a360a9d876c94e73b0f3b1bcd22;hpb=4c83963b1d77f4c2dbae606876be0eee59f53dae 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);