X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fsessionthread.h;h=9a4a1b6b851818c73585da5bc3a8f1ac189ae10d;hb=b5e38970ffd55e2dd9f706ce75af9a8d7730b1b8;hp=12b5ef3c6260db9c396ab37c8121a6b02bd754e9;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/core/sessionthread.h b/src/core/sessionthread.h index 12b5ef3c..9a4a1b6b 100644 --- a/src/core/sessionthread.h +++ b/src/core/sessionthread.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -57,6 +57,8 @@ signals: void addRemoteClient(RemotePeer *peer); void addInternalClient(InternalPeer *peer); + void passwordChangeRequested(UserId user, QString newPassword); + private: CoreSession *_session; UserId _user;