modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / core / cipher.h
index 2cd8086..e873ff7 100644 (file)
@@ -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);