X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=3b31f0ded6484eb299983bc75fc808e3e3a035a1;hp=4757578230bc41dc30577dcdc601c0c597527372;hb=04315f46a16fc3627218377071e008b6b9744992;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 47575782..3b31f0de 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -120,7 +120,7 @@ public slots: // Blowfish stuff #ifdef HAVE_QCA2 - Cipher *cipher(const QString &recipient) const; + Cipher *cipher(const QString &recipient); QByteArray cipherKey(const QString &recipient) const; void setCipherKey(const QString &recipient, const QByteArray &key); #endif