X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fidentity.h;h=a5fc9cd29dd1b6752b1f18366ae49b40cbc9ef5c;hb=710edfe368ed1db79cc274164523d14afc1b2c9d;hp=829094ac568f70b8d9a684a0dda8bb070aa5dcc5;hpb=4c83963b1d77f4c2dbae606876be0eee59f53dae;p=quassel.git diff --git a/src/common/identity.h b/src/common/identity.h index 829094ac..a5fc9cd2 100644 --- a/src/common/identity.h +++ b/src/common/identity.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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);