Merged keepassx-http.

This commit is contained in:
Keith Bennett 2014-03-22 12:48:43 +00:00
commit 73f91db939
114 changed files with 21277 additions and 199 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);