highlight reference field in Database view

This commit is contained in:
thez3ro 2017-03-05 23:47:08 +01:00
parent e91a41401c
commit a03e354504
No known key found for this signature in database
GPG key ID: F628F9E41DD7C073
5 changed files with 52 additions and 3 deletions

View file

@ -35,6 +35,7 @@ public:
QString value(const QString& key) const;
bool contains(const QString& key) const;
bool isProtected(const QString& key) const;
bool isReference(const QString& key) const;
void set(const QString& key, const QString& value, bool protect = false);
void remove(const QString& key);
void rename(const QString& oldKey, const QString& newKey);