X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoresession.h;h=2f457012cbed3b7523045e6384cffe9ef88ce275;hb=4b41d8800c38aa3bc4e88a76289b45bc888ba088;hp=304c70ddf97511d5ec9cd0eff4e89ee52a5f4346;hpb=c6bc07febff322910675a1eb60c44f6be209a934;p=quassel.git diff --git a/src/core/coresession.h b/src/core/coresession.h index 304c70dd..2f457012 100644 --- a/src/core/coresession.h +++ b/src/core/coresession.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -72,10 +72,15 @@ public slots: void sendBacklog(BufferInfo, QVariant, QVariant); void msgFromGui(BufferInfo, QString message); - //! Create or update an identity and propagate the changes to the clients. - /** \param identity The identity to be created/updated. + //! Create an identity and propagate the changes to the clients. + /** \param identity The identity to be created. */ - void createOrUpdateIdentity(const Identity &identity); + void createIdentity(const Identity &identity); + + //! Update an identity and propagate the changes to the clients. + /** \param identity The identity to be updated. + */ + void updateIdentity(const Identity &identity); //! Remove identity and propagate that fact to the clients. /** \param identity The identity to be removed.