check for qca provider plugin, fixes #1045
[quassel.git] / src / core / cipher.h
index b5cf0e0..33a2bf8 100644 (file)
@@ -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