X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.h;h=dff7fa514a203904de2839dde745f59be50448fa;hb=9c7d754dd853d40ed8d0464762afebf7ec1034e5;hp=0cd97cdd9dc52dcdea4cf319ddd8f47703325c21;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/client/networkmodel.h b/src/client/networkmodel.h index 0cd97cdd..dff7fa51 100644 --- a/src/client/networkmodel.h +++ b/src/client/networkmodel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -125,6 +125,7 @@ public : public slots: virtual inline void setTopic(const QString &) { emit dataChanged(1); } + virtual inline void setEncrypted(bool) { emit dataChanged(); } private: BufferInfo _bufferInfo;