X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoresession.h;h=2f457012cbed3b7523045e6384cffe9ef88ce275;hp=32e34ec5a0128a84439f418c4955a3e83f237d5f;hb=21d8d7f0a79eeeb541664aa80ce481fdbfc41f09;hpb=7500eaafd4aa510c758eabd8c835c0c05b2587cd diff --git a/src/core/coresession.h b/src/core/coresession.h index 32e34ec5..2f457012 100644 --- a/src/core/coresession.h +++ b/src/core/coresession.h @@ -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.