Indicate whether a key is set for the buffer.
[quassel.git] / src / client / networkmodel.h
index f0d4c02..8a5819e 100644 (file)
@@ -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;