Introduce CtcpParser for CTCP-related event processing
[quassel.git] / src / core / corenetwork.h
index 7b45850..a579e3b 100644 (file)
@@ -115,6 +115,7 @@ public slots:
 
   // Blowfish stuff
 #ifdef HAVE_QCA2
+  Cipher *cipher(const QString &recipient) const;
   QByteArray cipherKey(const QString &recipient) const;
   void setCipherKey(const QString &recipient, const QByteArray &key);
 #endif