X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcipher.h;h=33a2bf8c95ba1acbaa7898a77d27fc59aae1b8c0;hp=b5cf0e0f345c64fcbb5ee3b8500712b2dc9b68a9;hb=393ac8b4bca9db98f297cb4756ef2e79364bf6f0;hpb=bb751e3ca71381c96f40974d574d0f317670fda6 diff --git a/src/core/cipher.h b/src/core/cipher.h index b5cf0e0f..33a2bf8c 100644 --- a/src/core/cipher.h +++ b/src/core/cipher.h @@ -33,6 +33,7 @@ class Cipher QByteArray key() { return m_key; } bool setType(const QString &type); QString type() { return m_type; } + static bool neededFeaturesAvailable(); private: //direction is true for encrypt, false for decrypt