X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=7b6048a3db40a400b7c28cb4af49abbfdf73b0ce;hp=e58945a5db7c5949d255b8c36687b67e1cd9ba7f;hb=3146ad01b5b29c30adcf0044a52b39aa7e5796d0;hpb=0e1b154f362e13c2c9009f842e3fd6d8e7c346fc diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index e58945a5..7b6048a3 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