pointer to referenceRegExp

This commit is contained in:
thez3ro 2017-03-07 20:16:51 +01:00
parent 40851409fb
commit 78acdf9095
No known key found for this signature in database
GPG key ID: F628F9E41DD7C073
3 changed files with 12 additions and 12 deletions

View file

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