X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcipher.h;fp=src%2Fcore%2Fcipher.h;h=e873ff7d972491ffaa63ef82000927b9738bd7c2;hp=2cd808608f0d641576ef7ea10d7f0143eb51ce8e;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hpb=158443f71d48215eea8b47b836b61afd77654b78 diff --git a/src/core/cipher.h b/src/core/cipher.h index 2cd80860..e873ff7d 100644 --- a/src/core/cipher.h +++ b/src/core/cipher.h @@ -22,7 +22,6 @@ class Cipher public: Cipher(); explicit Cipher(QByteArray key, QString cipherType = QString("blowfish")); - ~Cipher(); QByteArray decrypt(QByteArray cipher); QByteArray decryptTopic(QByteArray cipher); bool encrypt(QByteArray &cipher);