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