Add removeSharedEncryptionKeys() and removeStoredPermissions()

This commit is contained in:
Francois Ferrand 2013-04-16 22:58:42 +02:00
parent f82725139a
commit 75f0d132e5
4 changed files with 94 additions and 7 deletions

View file

@ -34,6 +34,7 @@ public:
QList<QString> keys() const;
QList<QString> customKeys();
QString value(const QString& key) const;
bool contains(const QString& key) const;
bool isProtected(const QString& key) const;
void set(const QString& key, const QString& value, bool protect = false);
void remove(const QString& key);